web-toolbox 0.1.0

A library that helps setup web apps in 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 = "2024"
name = "web-toolbox"
version = "0.1.0"
build = false
exclude = [
    ".github/*",
    ".cargo/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library that helps setup web apps in axum."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Revanthshalon/toolbox.git"

[features]
config = [
    "dep:config",
    "serde",
]
serde = [
    "dep:serde",
    "dep:serde_json",
]

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

[dependencies.chrono]
version = "^0.4.42"
features = ["serde"]

[dependencies.config]
version = "^0.15.18"
features = ["yaml"]
optional = true

[dependencies.serde]
version = "^1.0.228"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "^1.0.145"
optional = true

[dependencies.tower]
version = "^0.5.2"

[dependencies.tracing-core]
version = "^0.1.34"

[dependencies.uuid]
version = "^1.18.1"
features = [
    "v4",
    "serde",
]