blob: 8149f2b5218bcad6426e1077ff492d65bde7f5ee [file] [log] [blame]
[package]
name = "rust-crypto"
version = "0.2.36"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/DaGenix/rust-crypto/"
repository = "https://github.com/DaGenix/rust-crypto/"
description = "A (mostly) pure-Rust implementation of various common cryptographic algorithms."
keywords = [ "Crypto", "MD5", "Sha1", "Sha2", "AES" ]
readme = "README.md"
build = "build.rs"
[lib]
name = "crypto"
[features]
with-bench = []
[build-dependencies]
gcc = "^0.3"
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_trts= { path = "../../sgx_trts" }
sgx_tstd = { path = "../../sgx_tstd" }
sgx_rand = { path = "../../sgx_rand" }
[dependencies]
rustc-serialize = { path = "../rustc-serialize" }