# 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 = "rust-crypto-hatter-fork" version = "0.2.36" authors = ["The Rust-Crypto Project Developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false 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" path = "src/lib.rs" [[example]] name = "symmetriccipher" path = "examples/symmetriccipher.rs" [dependencies.base64] version = "0.21.4" [dependencies.hex] version = "0.4.3" [dependencies.libc] version = "^0.2" [dependencies.rand] version = "^0.3" [dependencies.time] version = "^0.1" [build-dependencies.gcc] version = "^0.3" [features] with-bench = []