# 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.65" name = "gift-cipher" version = "0.0.1-pre.0" authors = [ "RustCrypto Developers", "Schmid7k", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pure Rust implementation of the Gift block cipher" documentation = "https://docs.rs/gift-cipher" readme = "README.md" keywords = [ "crypto", "gift", "block-cipher", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/block-ciphers" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "gift_cipher" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "gift128enc" path = "benches/gift128enc.rs" [dependencies.cipher] version = "=0.5.0-pre.6" [dev-dependencies.cipher] version = "=0.5.0-pre.6" features = ["dev"] [features] zeroize = ["cipher/zeroize"]