[dependencies.aes]
optional = true
version = "0.8.3"
[dependencies.byteorder]
version = "1.5.0"
[dependencies.chacha20]
optional = true
version = "0.9.1"
[dependencies.colored]
version = "2.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]
optional = true
version = "0.5.0"
[dependencies.pqcrypto-falcon]
optional = true
version = "0.3.0"
[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]
features = ["full"]
version = "1.35.1"
[features]
default = ["dep:pqcrypto-falcon"]
dilithium = ["dep:pqcrypto-dilithium"]
[package]
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."
edition = "2021"
license = "MIT"
name = "crypt_guard_sign"
readme = "README.md"
repository = "https://github.com/mm9942/CryptGuardLibSign"
version = "0.1.2"