# 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 = "kt2" version = "1.1.1" description = "KeyTree2 (KT2) is a 2nd generation, quantum-resistant cryptographic library used for Atlas' Data Access Layer" readme = "README.md" keywords = [ "cryptography", "quantum", "dilithium", "digital-signatures", "security", ] categories = [ "cryptography", "post-quantum-cryptography", ] license = "GPL-3.0" repository = "https://github.com/valeralabs/kt2" [[bench]] name = "kt2_benchmarks" harness = false [dependencies.blake3] version = "1.4.1" [dependencies.bs58] version = "0.5.0" [dependencies.rand] version = "0.7.3" [dependencies.ring] version = "0.16.20" [dependencies.rkyv] version = "0.7.42" features = [ "validation", "copy", "archive_le", ] [dependencies.safe_pqc_kyber] version = "0.6.1" features = [ "kyber768", "std", "rand", "zeroize", ] [dependencies.secrecy] version = "0.8.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]