[dependencies.anyhow]
version = "1"
[dependencies.axum]
version = "0.7"
[dependencies.dotenvy]
version = "0.15"
[dependencies.sea-orm]
features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"]
version = "1"
[dependencies.sea-orm-migration]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[lib]
name = "sword_ai"
path = "src/lib.rs"
[package]
authors = ["Mateus Ramos"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server", "database"]
description = "Ecosystem of libraries and tools designed to bring both performance and productivity to backend development, AI systems, data engineering, and distributed systems in Rust"
documentation = "https://docs.rs/sword-ai"
edition = "2021"
homepage = "https://github.com/mattramostech/sword-ai"
keywords = ["axum", "backend", "framework", "ai", "distributed-systems"]
license = "MIT"
name = "sword-ai"
readme = "README.md"
repository = "https://github.com/mattramostech/sword-ai"
rust-version = "1.75"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true