genmeta-access 0.2.0

access control rule management
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 = "genmeta-access"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "access control rule management"
homepage = "https://www.dhttp.net"
readme = "README.md"
keywords = [
    "genmeta",
    "dhttp",
    "access",
    "cli",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "Apache-2.0"
repository = "https://github.com/genmeta/gmutils"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

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

[dependencies.dhttp]
version = "0.2.0"

[dependencies.dhttp-access]
version = "0.2.0"
features = [
    "cli",
    "orm",
    "migration",
]

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

[dependencies.snafu]
version = "0.9"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"
features = [
    "std",
    "attributes",
]
default-features = false

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "ansi",
    "time",
    "local-time",
]
default-features = false