# 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 = "ate-crypto" version = "1.1.0" authors = ["Johnathan Sharratt "] description = "Provides all the cryptographic functions" readme = "README.md" keywords = ["cryptography"] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/john-sharratt/ate" [dependencies.aes] version = "^0.7" [dependencies.base64] version = "^0.13" [dependencies.bincode] version = "^1" [dependencies.blake3] version = "0.3.8" [dependencies.ctr] version = "^0.8" [dependencies.error-chain] version = "^0.12" default_features = false [dependencies.fastrand] version = "^1" [dependencies.fxhash] version = "^0.2" [dependencies.hex] version = "^0.4" [dependencies.num_enum] version = "^0.5" [dependencies.once_cell] version = "^1" [dependencies.pqcrypto-falcon-wasi] version = "^0.2" features = ["avx2"] optional = true default_features = false [dependencies.pqcrypto-ntru-wasi] version = "^0.5" features = ["avx2"] optional = true default_features = false [dependencies.pqcrypto-traits-wasi] version = "^0.3" optional = true default_features = false [dependencies.rand] version = "^0.8" [dependencies.rand_chacha] version = "^0.3" [dependencies.rmp] version = "^0.8" [dependencies.rmp-serde] version = "^0.15" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.sha3] version = "^0.9" [dependencies.tokio] version = "^1" features = [ "macros", "sync", ] default_features = false [dependencies.tracing] version = "^0.1" features = ["log"] [dependencies.tracing-subscriber] version = "^0.2" [dependencies.wasmer-bus-types] version = "^1" [features] default = ["quantum"] quantum = [ "pqcrypto-falcon-wasi", "pqcrypto-ntru-wasi", "pqcrypto-traits-wasi", ] [target."cfg(target_os = \"wasi\")".dependencies.backtrace] version = "^0.3"