sword-core 0.2.1

Structured web framework built on top of tokio ecosystem, providing powerful features for building robust web applications.
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 = "sword-core"
version = "0.2.1"
authors = ["luciano revillod <lrevillod2022@alu.uct.cl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured web framework built on top of tokio ecosystem, providing powerful features for building robust web applications."
homepage = "https://github.com/sword-web/sword"
documentation = "https://docs.rs/sword"
readme = "README.md"
keywords = [
    "sword",
    "web",
    "framework",
    "axum",
    "microservices",
]
categories = [
    "web-programming",
    "web-programming::http-server",
]
license-file = "LICENSE"
repository = "https://github.com/sword-web/sword"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

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

[dependencies.axum]
version = "0.8.7"

[dependencies.axum_responses]
version = "0.5.5"

[dependencies.byte-unit]
version = "5.2.0"

[dependencies.duration-str]
version = "0.18.0"

[dependencies.inventory]
version = "0.3.21"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.regex-lite]
version = "0.1.7"

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

[dependencies.sword-layers]
version = "0.1.6"

[dependencies.sword-macros]
version = "0.2.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.0"

[dependencies.tower]
version = "0.5.2"

[dependencies.tracing]
version = "0.1.41"