# 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 = "binary-ff1-aes-v07" version = "0.1.0" authors = ["Saleem Rashid "] description = "Optimized Rust implementation of FF1 encryption with radix 2 (temporary fork)" homepage = "https://github.com/saleemrashid/binary-ff1" readme = "README.md" keywords = ["crypto"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/kornelski/binary-ff1.git" [dependencies.cipher] version = "0.3.0" [dev-dependencies.aes] version = "0.7.4" [dev-dependencies.fpe] version = "0.4" package = "fpe-v04" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.num] version = "0.2.1" [dev-dependencies.quickcheck] version = "0.9.1" [dev-dependencies.quickcheck_macros] version = "0.9.1" [dev-dependencies.rand] version = "0.8.4"