# 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" name = "cryptographic_primitives" version = "0.2.0" authors = ["Razvan-Andrei Perial "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate that provides cryptographic primitives." readme = "README.md" license = "MIT" repository = "https://github.com/razvanperial/cryptographic_primitives" [lib] name = "cryptographic_primitives" path = "src/lib.rs" [[test]] name = "block_cipher_tests" path = "tests/block_cipher_tests.rs" [[test]] name = "helpers_tests" path = "tests/helpers_tests.rs" [[test]] name = "primitives_tests" path = "tests/primitives_tests.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.hmac] version = "0.12.1" [dependencies.sha2] version = "0.10.8"