[dependencies.Inflector]
version = "0.11.4"
[dependencies.axtra_macros]
version = "0.2.0"
[dependencies.axum]
version = "0.8.3"
[dependencies.dashmap]
optional = true
version = "6.1.0"
[dependencies.http]
version = "1.3.1"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
optional = true
version = "0.12"
[dependencies.sentry]
optional = true
version = "0.41.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
optional = true
version = "1.0.117"
[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "time"]
version = "0.8"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.time]
version = "0.3.41"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.43.0"
[dependencies.tower]
version = "0.5.2"
[dependencies.tower-http]
features = ["compression-gzip", "fs", "trace"]
version = "0.6.2"
[dependencies.tracing]
version = "0.1.41"
[dependencies.ts-rs]
version = "11.0.0"
[dependencies.validator]
version = "0.20.0"
[features]
bouncer = ["dep:dashmap"]
notifier = ["dep:reqwest", "dep:serde_json"]
notify-error-discord = ["notifier"]
notify-error-slack = ["notifier"]
sentry = ["dep:sentry"]
[lib]
name = "axtra"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Axtra is a Rust library for building web applications with Axum and Astro providing utilities for error handling, notifications, and more."
edition = "2024"
keywords = ["axum", "astro", "web", "notifications", "errors"]
license = "MIT"
name = "axtra"
readme = "README.md"
repository = "https://github.com/imothee/axtra"
resolver = "2"
version = "0.2.3"