# 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 = "2018" name = "binary-ff1" version = "0.2.0" authors = ["Saleem Rashid "] description = "Optimized Rust implementation of FF1 encryption with radix 2" readme = "README.md" keywords = ["crypto"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/saleemrashid/binary-ff1" [dependencies.cipher] version = "0.3" [dev-dependencies.aes] version = "0.7" [dev-dependencies.fpe] version = "0.5" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.num] version = "0.4" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.rand] version = "0.8"