# 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 = "citadel_pqcrypto" version = "0.9.0" authors = ["Thomas Braun "] exclude = ["./target/*"] description = "Lower-level cryptographic library for the Citadel Protocol" homepage = "https://avarok.net/" readme = "README.md" categories = [ "cryptography", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Avarok-Cybersecurity/Citadel-Protocol" [lib] doctest = false [dependencies.aes-gcm] version = "0.10.3" features = [ "heapless", "aes", "alloc", ] default-features = false [dependencies.ascon-aead] version = "0.4.0" default-features = false [dependencies.bincode2] version = "2.0.1" default-features = false [dependencies.bytes] version = "1.3.0" default-features = false [dependencies.chacha20poly1305] version = "0.10.1" features = [ "heapless", "alloc", ] default-features = false [dependencies.citadel_types] version = "0.8.0" default-features = false [dependencies.generic-array] version = "0.14.6" features = ["serde"] [dependencies.kyber-pke] version = "0.5.0" features = ["90s"] default-features = false [dependencies.log] version = "0.4.17" default-features = false [dependencies.parking_lot] version = "0.12.1" features = ["serde"] [dependencies.rand] version = "0.8.5" default-features = false [dependencies.serde] version = "1.0.152" features = [ "derive", "rc", ] default-features = false [dependencies.serde-big-array] version = "0.5.0" default-features = false [dependencies.sha3] version = "0.10" default-features = false [dependencies.zeroize] version = "1.5.7" features = [ "zeroize_derive", "alloc", "serde", ] default-features = false [features] default = ["std"] std = [ "serde/std", "aes-gcm/std", "aes-gcm/alloc", "chacha20poly1305/alloc", "chacha20poly1305/std", "bytes/std", "kyber-pke/std", "pqcrypto-falcon-wasi/std", "pqcrypto-traits-wasi/std", "rand/std", "sha3/std", ] wasm = [] [target."cfg(not(target_family = \"wasm\"))".dependencies.oqs] version = "0.9.0" features = [ "serde", "falcon", "ntruprime", ] default-features = false [target."cfg(target_family = \"wasm\")".dependencies.pqcrypto-falcon-wasi] version = "0.2.14" features = [ "serialization", "avx2", ] default-features = false [target."cfg(target_family = \"wasm\")".dependencies.pqcrypto-traits-wasi] version = "0.3.4" default-features = false