# 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 = "turboshake" version = "0.2.0" authors = ["Anjan Roy "] description = "A family of extendable output functions based on keccak-p[1600, 12] permutation" documentation = "https://github.com/itzmeanjan/turboshake" readme = "README.md" keywords = [ "cryptography", "keccak", "xof", "hashing", "turboshake", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/itzmeanjan/turboshake.git" [lib] bench = false [[example]] name = "keccak" required-features = ["dev"] [[example]] name = "simd_keccak" required-features = [ "dev", "simdx4", ] [[bench]] name = "keccak" harness = false required-features = ["dev"] [[bench]] name = "turboshake" harness = false [dependencies.crunchy] version = "=0.2.2" [dev-dependencies.criterion] version = "=0.5.1" [dev-dependencies.hex] version = "=0.4.3" [dev-dependencies.rand] version = "=0.8.5" [dev-dependencies.test-case] version = "=3.2.1" [features] dev = [] simdx2 = [] simdx4 = [] [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", target_arch = \"aarch64\", target_arch = \"loongarch64\"))".dev-dependencies.criterion-cycles-per-byte] version = "=0.6.0"