# 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 = "hpke-rs-rust-crypto" version = "0.2.0" authors = ["Franziskus Kiefer "] description = "Crypto backend for HPKE using native Rust crypto." documentation = "https://docs.rs/hpke-rs-rust-crypto" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/franziskuskiefer/hpke-rs" [[bench]] name = "bench_hkdf" harness = false [[bench]] name = "bench_p256" harness = false [[bench]] name = "bench_x25519" harness = false [dependencies.aes-gcm] version = "0.10" features = ["aes"] default-features = false [dependencies.chacha20poly1305] version = "0.10" features = ["alloc"] default-features = false [dependencies.hkdf] version = "0.12" [dependencies.hpke-rs-crypto] version = "0.2.0" [dependencies.p256] version = "0.13" features = [ "arithmetic", "ecdh", ] default-features = false [dependencies.p384] version = "0.13" default-features = false [dependencies.rand_chacha] version = "0.3" default-features = false [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.sha2] version = "0.10" default-features = false [dependencies.x25519-dalek] version = "2" features = ["static_secrets"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8" [features] deterministic-prng = [ "hpke-rs-crypto/std", "rand_core/std", ]