[build-dependencies]
gcc = "^0.3"
[dependencies]
libc = "^0.2"
rand = "^0.3"
rustc-serialize = "^0.3"
time = "^0.1"
[features]
with-bench = []
[lib]
name = "crypto"
[package]
authors = ["The Rust-Crypto Project Developers"]
build = "build.rs"
description = "A (mostly) pure-Rust implementation of various common cryptographic algorithms."
homepage = "https://github.com/DaGenix/rust-crypto/"
keywords = ["Crypto", "MD5", "Sha1", "Sha2", "AES"]
license = "MIT/Apache-2.0"
name = "rust-crypto"
readme = "README.md"
repository = "https://github.com/DaGenix/rust-crypto/"
version = "0.2.36"