# 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 = "2018" name = "k12sum" version = "0.1.5" authors = ["Jack O'Connor "] description = "A command line implementation of the KangarooTwelve hash function" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/oconnor663/kangarootwelve_xkcp.rs" [dependencies.anyhow] version = "1.0.27" [dependencies.clap] version = "2.33.0" default-features = false [dependencies.hex] version = "0.4.2" [dependencies.kangarootwelve_xkcp] version = "0.1" [dependencies.memmap] version = "0.7.0" [dependencies.wild] version = "2.0.3" [dev-dependencies.duct] version = "0.13.3" [dev-dependencies.tempfile] version = "3.1.0"