dhttp-identity 0.2.0

Identity primitives for DHttp
Documentation
# 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 = "2024"
name = "dhttp-identity"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Identity primitives for DHttp"
readme = "README.md"
keywords = [
    "dhttp",
    "http3",
    "quic",
    "identity",
    "network",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/genmeta/dhttp"

[lib]
name = "dhttp_identity"
path = "src/lib.rs"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.ring]
version = "0.17"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "ring",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.snafu]
version = "0.9"

[dependencies.x509-parser]
version = "0.18"

[dev-dependencies.serde_json]
version = "1"