# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rust-crypto-wasm" version = "0.3.1" 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/" readme = "README.md" keywords = ["Crypto", "MD5", "Sha1", "Sha2", "AES"] license = "MIT/Apache-2.0" repository = "https://github.com/DaGenix/rust-crypto/" [lib] name = "crypto" [dependencies.base64] version = "^0.5" [dependencies.hex] version = "^0.2" [dependencies.libc] version = "^0.2" default-features = false [dependencies.rand] version = "^0.3" [dependencies.time] version = "^0.1" [build-dependencies.gcc] version = "^0.3" [features] with-bench = []