# 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] edition = "2018" name = "gost-modes" version = "0.5.0" authors = ["RustCrypto Developers"] description = "Block cipher modes of operation" documentation = "https://docs.rs/block-modes" readme = "README.md" keywords = ["crypto", "block-cipher", "ciphers"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/block-ciphers" [dependencies.block-modes] version = "0.8" default-features = false [dependencies.cipher] version = "0.3" default-features = false [dependencies.generic-array] version = "0.14" [dev-dependencies.cipher] version = "0.3" features = ["dev"] [dev-dependencies.hex-literal] version = "0.2" [dev-dependencies.kuznyechik] version = "0.7" [dev-dependencies.magma] version = "0.7" [features] alloc = ["block-modes/alloc"] default = ["std"] std = ["alloc", "block-modes/std", "cipher/std"]