# 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_bin" version = "0.0.3" authors = ["Jack O'Connor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a demo/test CLI for the Bessie cipher, NOT FOR PRODUCTION USE" readme = "README.md" license = "CC0-1.0 OR Apache-2.0" repository = "https://github.com/oconnor663/bessie" [[bin]] name = "bessie" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.anyhow] version = "1.0.56" [dependencies.bessie] version = "0.0" [dependencies.clap] version = "4.3.12" features = ["derive"] [dependencies.hex] version = "0.4.3" [dev-dependencies.duct] version = "0.13.5" [dev-dependencies.tempfile] version = "3.2.0"