# 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" rust-version = "1.77.1" name = "QuantCrypt" version = "0.2.0" authors = ["Seventh Sense AI"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for post-quantum cryptography and PKI" readme = "README.md" keywords = [ "crypto", "pqc", "post-quantum", "ML-KEM", "ML-DSA", ] categories = [ "cryptography", "algorithms", ] license = "Apache-2.0 OR MIT" [lib] name = "quantcrypt" crate-type = [ "lib", "cdylib", "staticlib", ] path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.cms] version = "0.2.3" features = [ "builder", "alloc", ] [dependencies.const-oid] version = "0.9.6" [dependencies.der] version = "0.7.9" [dependencies.der_derive] version = "0.7.3" [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.ed448-rust] version = "0.1.1" [dependencies.fips204] version = "0.4.2" package = "fips204" [dependencies.fips204_ipd] version = "0.2.2" package = "fips204" [dependencies.fips205] version = "0.4.0" package = "fips205" [dependencies.hex] version = "0.4.3" [dependencies.hkdf] version = "0.12.4" [dependencies.ml-kem] version = "0.2.1" [dependencies.openssl] version = "0.10.66" features = ["vendored"] [dependencies.pem] version = "3.0.4" [dependencies.pkcs8] version = "0.10.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_core] version = "0.6.4" [dependencies.rsa] version = "0.9.6" features = ["sha2"] [dependencies.serde] version = "1.0.210" [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8" [dependencies.signature] version = "2.2.0" [dependencies.spki] version = "0.7.3" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.64" [dependencies.tiny-keccak] version = "2.0.2" features = ["kmac"] [dependencies.x509-cert] version = "0.2.5" features = ["builder"] [dependencies.zeroize] version = "1.8.1" [features] ipd = []