dhttp-home 0.2.0

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

[features]
default = [
    "ssl",
    "settings",
]
settings = [
    "dep:tokio",
    "dep:toml",
]
ssl = [
    "dep:tokio",
    "dep:futures",
    "dep:rustls",
    "dep:x509-parser",
]

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

[dependencies.dhttp-identity]
version = "0.2.0"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"
optional = true

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

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

[dependencies.snafu]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
]
optional = true

[dependencies.toml]
version = "1"
optional = true

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]