# 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 = "bessie" version = "0.0.3" authors = ["Jack O'Connor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "an authenticated, chunked cipher based on BLAKE3" documentation = "https://docs.rs/bessie" readme = "README.md" license = "CC0-1.0 OR Apache-2.0" repository = "https://github.com/oconnor663/bessie" [lib] name = "bessie" path = "src/lib.rs" [[test]] name = "compare_python" path = "tests/compare_python.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.blake3] version = "1" [dependencies.rand] version = "0.8" [dev-dependencies.duct] version = "0.13.6" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.page_size] version = "0.6"