# 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 = "kangarootwelve" version = "0.1.2" authors = ["Anjan Roy "] description = "BlaKE12: Blazing-fast KEccak on 12 rounds" documentation = "https://github.com/itzmeanjan/kangarootwelve" readme = "README.md" keywords = [ "keccak", "xof", "turboshake", "kangarootwelve", "k12", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/itzmeanjan/kangarootwelve.git" [lib] bench = false [[bench]] name = "kangarootwelve" harness = false [dependencies.num_cpus] version = "=1.15.0" optional = true [dependencies.rayon] version = "=1.7.0" optional = true [dependencies.turboshake] version = "=0.1.4" features = ["dev"] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [features] multi_threaded = [ "dep:rayon", "dep:num_cpus", ]