# 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 = "xoofff" version = "0.1.3" authors = ["Anjan Roy "] exclude = ["/kats"] description = "Farfalle with Xoodoo: Parallel Permutation-based Cryptography" documentation = "https://github.com/itzmeanjan/xoofff" readme = "README.md" keywords = [ "xoodoo", "farfalle", "deck-function", "permutation", "xoofff", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/itzmeanjan/xoofff.git" [lib] bench = false [[bench]] name = "xoodoo" harness = false required-features = ["dev"] [[bench]] name = "xoofff" 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.3.1" [features] dev = [] [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"