# 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.81" name = "dbl" version = "0.4.0-rc.1" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC" documentation = "https://docs.rs/dbl" readme = "README.md" keywords = [ "crypto", "dbl", "gf", "galois", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/utils" [lib] name = "dbl" path = "src/lib.rs" [dependencies.hybrid-array] version = "0.2"