# 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" rust-version = "1.79" name = "feistel" version = "0.1.0" authors = [ "Alisa Feistel ", "T.A. Prikhodko ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Generic Feistel Cipher" documentation = "https://docs.rs/feistel" readme = "README.md" keywords = [ "crypto", "no-std", ] categories = [ "no-std", "cryptography", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/parrrate/feistel" [lib] name = "feistel" path = "src/lib.rs" [[test]] name = "sha256" path = "tests/sha256.rs" [[test]] name = "swap" path = "tests/swap.rs" [dependencies.generic-array] version = "1.1.0" optional = true [dev-dependencies.sha2] version = "0.10.8" [features] array = ["dep:generic-array"] default = ["array"]