dhttp-access 0.2.0

Identity-aware access control 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-access"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Identity-aware access control 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"

[features]
cli = ["dep:clap"]
default = []
http = ["dep:http"]
migration = [
    "orm",
    "dep:sea-orm-migration",
]
orm = [
    "dep:chrono",
    "dep:dhttp-home",
    "dep:sea-orm",
    "dep:tokio",
    "dep:tracing",
]
peg-trace = ["peg/trace"]

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.derive_more]
version = "2"
features = [
    "display",
    "from",
    "into",
    "as_ref",
]

[dependencies.dhttp-home]
version = "0.2.0"
optional = true

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

[dependencies.globset]
version = "0.4"

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

[dependencies.peg]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.sea-orm]
version = "1"
features = [
    "runtime-tokio-rustls",
    "sqlx-sqlite",
]
optional = true

[dependencies.sea-orm-migration]
version = "1"
features = [
    "runtime-tokio-rustls",
    "sqlx-sqlite",
]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.snafu]
version = "0.9"

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

[dependencies.tracing]
version = "0.1"
optional = true