# 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 = "daphne" version = "0.2.0" authors = [ "Christopher Patton ", "Armando Faz Hernandez ", ] description = "Implementation of the DAP specification" homepage = "https://github.com/cloudflare/daphne" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/cloudflare/daphne" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.assert_matches] version = "1.5.0" [dependencies.async-trait] version = "0.1.58" [dependencies.base64] version = "0.13.1" [dependencies.getrandom] version = "0.2.8" features = ["js"] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.hpke] version = "0.10.0" features = [ "std", "serde_impls", ] [dependencies.matchit] version = "0.6.0" [dependencies.prio] version = "0.10.0" features = ["prio2"] [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.tokio] version = "1.21.2" features = [ "rt", "macros", ]