# 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.73" name = "pqx" version = "0.2.0" authors = ["DorianCoding"] description = "Enable keys transfer using quantum-resistant Kyber and X25519" readme = "README.md" keywords = [ "cryptography", "pqc_kyber", "x25519", "quantum", ] categories = [ "authentication", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DorianCoding/PQX" [dependencies.hex] version = "0.4.3" optional = true [dependencies.rand] version = "0.8.5" [dependencies.safe_pqc_kyber] version = "0.6.3" [dependencies.sha2] version = "0.10.8" [dependencies.tempfile] version = "3.10.1" optional = true [dependencies.x25519-dalek] version = "2.0.1" [dependencies.zeroize] version = "1.8.1" features = ["derive"] [dev-dependencies.hex] version = "0.4.3" [features] default = [ "to_string", "keystore", ] keystore = ["dep:tempfile"] to_string = ["dep:hex"] [badges.maintenance] status = "passively-maintained" [lints.rust] unsafe_code = "warn"