# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fpe-v04" version = "0.4.0" authors = ["Jack Grigg "] description = "Format-preserving encryption (temporary fork)" homepage = "https://github.com/str4d/fpe" documentation = "https://docs.rs/fpe/" license = "MIT/Apache-2.0" repository = "https://github.com/kornelski/fpe" [[bench]] name = "ff1" harness = false [dependencies.aes] version = "0.7.4" [dependencies.block-modes] version = "0.8" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dev-dependencies.aes-old] version = "0.5" package = "aes" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.criterion-cycles-per-byte] version = "0.1"