# 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 = "aloha" version = "0.1.0" authors = ["Anbang Wen "] include = [ "/src", "README.md", "LICENSE", ] description = "Low-level Rust implementation of Oblivious HTTP" readme = "README.md" keywords = [ "ohttp", "bhttp", "privacy", "oblivious", ] categories = [ "network-programming", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/cloudflare/aloha-rs/" [dependencies.aead] version = "0.5" [dependencies.bytes] version = "1.0" [dependencies.generic-array] version = "0.14" [dependencies.hkdf] version = "0.12" [dependencies.hpke] version = "0.10.0" features = ["std"] [dependencies.rand] version = "0.8" features = ["std_rng"] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.rand] version = "0.8" features = ["std_rng"] [dev-dependencies.rstest] version = "0.16" [dev-dependencies.x25519-dalek] version = "2.0.0-pre.1"