# 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.57" name = "belt-mac" version = "0.1.0" authors = ["RustCrypto Developers"] description = "MAC specified by the BelT standard" documentation = "https://docs.rs/belt-mac" readme = "README.md" keywords = [ "crypto", "mac", "belt-mac", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/MACs" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.belt-block] version = "0.1" [dependencies.cipher] version = "0.4" [dependencies.digest] version = "0.10.3" features = ["mac"] [dev-dependencies.cipher] version = "0.4" features = ["dev"] [dev-dependencies.digest] version = "0.10" features = ["dev"] [dev-dependencies.hex-literal] version = "0.4" [features] std = ["digest/std"] zeroize = ["cipher/zeroize"]