# 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] edition = "2021" rust-version = "1.56" name = "threefish" version = "0.5.2" authors = ["The Rust-Crypto Project Developers"] description = "Threefish block cipher" documentation = "https://docs.rs/threefish" readme = "README.md" keywords = [ "crypto", "threefish", "block-cipher", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/block-ciphers" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cipher] version = "0.4.2" optional = true [dependencies.zeroize] version = "1.6" optional = true default-features = false [dev-dependencies.cipher] version = "0.4.2" features = ["dev"] [dev-dependencies.hex-literal] version = "0.3.3" [features] default = ["cipher"]