blob: a853cd14659a72837af857587c963bfe5ed69f07 [file] [log] [blame]
[package]
name = "sct"
version = "0.4.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
description = "Certificate transparency SCT verification library"
license = "Apache-2.0/ISC/MIT"
readme = "README.md"
homepage = "https://github.com/ctz/sct.rs"
repository = "https://github.com/ctz/sct.rs"
categories = ["network-programming", "cryptography"]
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }
[dependencies]
ring = { version = "0.13.2", path = "../ring" }
untrusted = "0.6.2"