twelve 0.2.0

Twelve-factor app utilities for axum
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 = "2021"
rust-version = "1.80"
name = "twelve"
version = "0.2.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Twelve-factor app utilities for axum"
documentation = "https://docs.rs/twelve"
readme = "README.md"
keywords = [
    "axum",
    "twelve-factor",
    "web",
]
categories = ["web-programming::http-server"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mbr/twelve-rs"

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

[dependencies.axum]
version = "0.8"

[dependencies.html-escape]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "signal",
    "macros",
]

[dependencies.tracing]
version = "0.1"