# 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 = "kuznyechik" version = "0.9.0-pre.2" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kuznyechik (GOST R 34.12-2015) block cipher" documentation = "https://docs.rs/kuznyechik" readme = "README.md" keywords = [ "crypto", "kuznyechik", "gost", "block-cipher", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/block-ciphers" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "kuznyechik" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [[bench]] name = "mod" path = "benches/mod.rs" [dependencies.cfg-if] version = "1" [dependencies.cipher] version = "=0.5.0-pre.7" [dev-dependencies.cipher] version = "=0.5.0-pre.7" features = ["dev"] [dev-dependencies.hex-literal] version = "0.4" [features] zeroize = ["cipher/zeroize"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(kuznyechik_force_soft)", "cfg(kuznyechik_compact_soft)", ]