# 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 = "kyberauth" version = "0.4.0" authors = ["DorianCoding"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Enable AES keys transfer on unsecure channel using quantum-resistant Kyber" readme = "README.md" keywords = [ "cryptography", "kem", "aes256", ] categories = [ "authentication", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DorianCoding/Kyberauth" [lib] name = "kyberauth" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.aes-gcm] version = "~0.10.3" [dependencies.futures] version = "~0.3.29" [dependencies.hex] version = "~0.4.3" [dependencies.rand] version = "~0.8.5" [dependencies.safe_pqc_kyber] version = "0.6.2" features = ["zeroize"] [dependencies.sha3] version = "~0.10.8" [dependencies.tempfile] version = "~3.10.1" [dependencies.tokio] version = "~1.37.0" features = [ "net", "rt", "io-util", "macros", ] [dependencies.winapi] version = "~0.3.9" [dependencies.zeroize] version = "~1.7.0" [badges.maintenance] status = "passively-maintained" [lints.rust] unsafe_code = "warn"