# 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 = "quantum_cryptographic_toolkit" version = "0.2.0" authors = ["Daniil Krizhanovskyi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A toolkit for developing, testing, and deploying quantum-resistant cryptographic algorithms." homepage = "https://github.com/dkrizhanovskyi/quantum_cryptographic_toolkit" documentation = "https://docs.rs/quantum_cryptographic_toolkit" readme = "README.md" keywords = [ "cryptography", "quantum", "post-quantum", "rust", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/dkrizhanovskyi/quantum_cryptographic_toolkit" [lib] name = "quantum_cryptographic_toolkit" path = "src/lib.rs" [[bin]] name = "quantum_cryptographic_toolkit" path = "src/main.rs" [[example]] name = "mceliece_example" path = "examples/mceliece_example.rs" [[example]] name = "newhope_example" path = "examples/newhope_example.rs" [[example]] name = "profiling_example" path = "examples/profiling_example.rs" [[example]] name = "sphincs_example" path = "examples/sphincs_example.rs" [dependencies.clap] version = "4.5.16" [dependencies.criterion] version = "0.5.1" [dependencies.regex] version = "1.10.5" [dev-dependencies]