# 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 = "crypt_guard_kyber" version = "0.1.2" description = "CryptGuardLib is a comprehensive Rust library designed for strong encryption and decryption, incorporating post-quantum cryptography to safeguard against quantum threats. It's geared towards developers who need to embed advanced cryptographic capabilities in their Rust applications." readme = "README.md" license = "MIT" repository = "https://github.com/mm9942/CryptGuardLib" [dependencies.aes] version = "0.8.3" optional = true [dependencies.byteorder] version = "1.5.0" [dependencies.chacha20] version = "0.9.1" optional = true [dependencies.colored] version = "2.1.0" [dependencies.crypt_guard_sign] version = "0.1.0" [dependencies.env] version = "0.0.0" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.indicatif] version = "0.17.7" [dependencies.pqcrypto-dilithium] version = "0.5.0" optional = true [dependencies.pqcrypto-falcon] version = "0.3.0" [dependencies.pqcrypto-kyber] version = "0.8.1" [dependencies.pqcrypto-traits] version = "0.3.5" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8" [dependencies.tempfile] version = "3.9.0" [dependencies.tokio] version = "1.35.1" features = ["full"] [features] default = ["dep:aes"] xchacha20 = ["dep:chacha20"]