# 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 = "kangarootwelve_xkcp" version = "0.1.5" authors = ["Jack O'Connor "] description = "An FFI wrapper for the XKCP implementation of the KangarooTwelve hash function" documentation = "https://docs.rs/kangarootwelve_xkcp" readme = "README.md" keywords = [ "kangarootwelve", "k12", ] license-file = "LICENSE" repository = "https://github.com/oconnor663/kangarootwelve_xkcp.rs" [dependencies.arrayvec] version = "0.5.1" [dependencies.constant_time_eq] version = "0.1.5" [dev-dependencies.digest] version = "0.9.0" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.k12] version = "0.1.0" [dev-dependencies.page_size] version = "0.4.2" [dev-dependencies.rand] version = "0.7.3" [build-dependencies.cc] version = "1.0.50"