# 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.56" name = "fpe" version = "0.6.1" authors = ["Jack Grigg "] description = "Format-preserving encryption" homepage = "https://github.com/str4d/fpe" documentation = "https://docs.rs/fpe/" keywords = ["ff1"] categories = ["cryptography", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/str4d/fpe" resolver = "2" [lib] bench = false [[bench]] name = "ff1" harness = false [dependencies.cbc] version = "0.1" default-features = false [dependencies.cipher] version = "0.4" [dependencies.libm] version = "0.2" [dependencies.num-bigint] version = "0.4" optional = true default-features = false [dependencies.num-integer] version = "0.1" optional = true default-features = false [dependencies.num-traits] version = "0.2" optional = true default-features = false [dev-dependencies.aes] version = "0.8" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.proptest] version = "1.1" [dev-dependencies.static_assertions] version = "1.1" [features] alloc = ["num-bigint", "num-integer", "num-traits"] default = ["std"] std = ["alloc"] [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dev-dependencies.criterion-cycles-per-byte] version = "0.4" [target."cfg(unix)".dev-dependencies.inferno] version = ">= 0.11, < 0.11.15" [target."cfg(unix)".dev-dependencies.pprof] version = "0.11" features = ["criterion", "flamegraph"]