postrust-server 0.2.2

HTTP server for Postrust using Axum
Documentation
[[bin]]
name = "postrust"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-graphql]
optional = true
version = "7"

[dependencies.async-graphql-axum]
optional = true
version = "7"

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

[dependencies.axum]
features = ["macros"]
version = "0.8"

[dependencies.bytes]
features = ["serde"]
version = "1.9"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.http]
version = "1.2"

[dependencies.hyper]
features = ["full"]
version = "1.5"

[dependencies.postrust-auth]
version = "0.2.0"

[dependencies.postrust-core]
version = "0.2.0"

[dependencies.postrust-graphql]
optional = true
version = "0.2.0"

[dependencies.postrust-response]
version = "0.2.0"

[dependencies.postrust-sql]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "json", "chrono", "uuid", "bigdecimal"]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full"]
version = "1.43"

[dependencies.tower]
features = ["util"]
version = "0.5"

[dependencies.tower-http]
features = ["cors", "trace", "compression-gzip"]
version = "0.6"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.utoipa]
features = ["axum_extras"]
optional = true
version = "5"

[dev-dependencies.pretty_assertions]
version = "1.4"

[features]
admin-ui = ["utoipa", "postrust-graphql", "async-graphql", "async-graphql-axum"]
default = []

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

[package]
authors = ["Bhanu Pratap Chaudhary"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HTTP server for Postrust using Axum"
edition = "2021"
license = "MIT"
name = "postrust-server"
readme = false
repository = "https://github.com/postrust/postrust"
version = "0.2.2"