churust-logging 0.3.1

Request-logging plugin (CallLogging, via tracing) for the Churust web framework.
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.96"
name = "churust-logging"
version = "0.3.1"
authors = ["David Cruz Anaya <david.cruz@davthecoder.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Request-logging plugin (CallLogging, via tracing) for the Churust web framework."
homepage = "https://github.com/davthecoder/Churust"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "http",
    "ktor",
    "async",
]
categories = [
    "web-programming::http-server",
    "asynchronous",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/davthecoder/Churust"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.churust-core]
version = "0.3.1"

[dependencies.http]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "io-util",
    "time",
    "sync",
    "signal",
    "macros",
]

[dev-dependencies.tracing]
version = "0.1"
features = ["std"]