# 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 = "scytale" version = "0.2.0" authors = ["Michael Paddon"] exclude = ["/resources"] description = "A fast and correct cryptographic library" readme = "README.md" keywords = ["cryptography"] categories = ["cryptography"] license = "BSD-2-Clause-Patent" repository = "https://github.com/MichaelPaddon/scytale" [[bench]] name = "sha2" harness = false [dependencies.arrayvec] version = "0.7.4" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.delegate] version = "0.12.0" [dependencies.derive_more] version = "0.99.17" [dependencies.hex] version = "0.4.3" [dependencies.num-traits] version = "0.2.18" [dependencies.patharg] version = "0.4.0" [dependencies.smallvec] version = "1.13.2" features = ["const_new"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.serde] version = "1.0.198" [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.serde_json_path] version = "0.6.7"