# 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.71" name = "cbc-mac" version = "0.2.0-pre.2" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of Cipher Block Chaining Message Authentication Code (CBC-MAC)" documentation = "https://docs.rs/cbc-mac" readme = "README.md" keywords = [ "crypto", "mac", "daa", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/MACs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "cbc_mac" path = "src/lib.rs" [[bench]] name = "mod" path = "benches/mod.rs" [dependencies.cipher] version = "=0.5.0-pre.7" [dependencies.digest] version = "=0.11.0-pre.9" features = ["mac"] [dev-dependencies.aes] version = "0.9.0-pre.2" [dev-dependencies.des] version = "0.9.0-pre.2" [dev-dependencies.digest] version = "=0.11.0-pre.9" features = ["dev"] [dev-dependencies.hex-literal] version = "0.4" [features] std = ["digest/std"] zeroize = ["cipher/zeroize"]