# 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 = "cavp" version = "0.0.2-beta.2" authors = ["Cryspen"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Libcrux helper to read NIST CAVP test vectors." homepage = "https://github.com/cryspen/libcrux" readme = "Readme.md" license = "Apache-2.0" repository = "https://github.com/cryspen/libcrux" [lib] name = "cavp" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dev-dependencies.pretty_env_logger] version = "0.5.0"