# 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" name = "CryptTool" version = "0.1.4" authors = ["Guo Fei "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A versatile and efficient cryptography library implemented in Rust" readme = "README.md" keywords = [ "LCG", "Chiper", ] license = "MIT" repository = "https://github.com/guofei9987/CryptTool" [lib] name = "crypt_tool" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "bench_rng" path = "benches/bench_rng.rs" harness = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8"