# 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" version = "0.2.0" authors = ["Franziskus Kiefer "] description = "HPKE Implementation" documentation = "https://docs.rs/hpke-rs" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/franziskuskiefer/hpke-rs" [[bench]] name = "bench" harness = false [[bench]] name = "manual_benches" harness = false [dependencies.hpke-rs-crypto] version = "0.2.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tls_codec] version = "0.4.0" features = ["derive"] optional = true [dependencies.zeroize] version = "1.5" features = ["zeroize_derive"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.hpke-rs-crypto] version = "0.2.0" features = ["std"] [dev-dependencies.hpke-rs-rust-crypto] version = "0.2.0" features = ["deterministic-prng"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = [] hazmat = [] hpke-test = ["std"] hpke-test-prng = [] serialization = [ "serde", "tls_codec", "tls_codec/serde", "std", ] std = []