# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "crypto-rsl" version = "0.1.0" authors = ["XS "] build = "build.rs" description = "A (mostly) pure-Rust implementation of various common cryptographic algorithms." homepage = "https://github.com/xs-fork/rust-crypto/" readme = "README.md" keywords = [ "Crypto", "MD5", "Sha1", "Sha2", "AES", ] license = "Apache-2.0" repository = "https://github.com/xs-fork/rust-crypto/" [lib] name = "crypto" [dependencies.libc] version = "^0.2" [dependencies.rand] version = "^0.3" [dependencies.rustc-serialize] version = "^0.3" [dependencies.time] version = "^0.1" [build-dependencies.gcc] version = "^0.3" [features] with-bench = []