# 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.56" name = "mgm" version = "0.5.0-pre.1" authors = ["RustCrypto Developers"] description = "Generic implementation of the Multilinear Galois Mode (MGM) cipher" homepage = "https://github.com/RustCrypto/AEADs" documentation = "https://docs.rs/mgm" readme = "README.md" keywords = [ "encryption", "aead", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/AEADs/tree/master/mgm" [dependencies.aead] version = "=0.5.0-pre.2" default-features = false [dependencies.cfg-if] version = "1" [dependencies.cipher] version = "0.3" [dependencies.subtle] version = "2" default-features = false [dev-dependencies.aead] version = "=0.5.0-pre.2" features = ["dev"] default-features = false [dev-dependencies.hex-literal] version = "0.2" [dev-dependencies.kuznyechik] version = "0.7" [dev-dependencies.magma] version = "0.7" [features] alloc = ["aead/alloc"] default = ["alloc"] force-soft = [] getrandom = ["aead/getrandom"] heapless = ["aead/heapless"] std = [ "aead/std", "alloc", ] stream = ["aead/stream"] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpufeatures] version = "0.2"