nbsp 0.0.1

non-breaking space: a thoughtful community forum platform
# 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 = "nbsp"
version = "0.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "non-breaking space: a thoughtful community forum platform"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/bearbearean/nbsp"

[[bin]]
name = "nbsp"
path = "src/main.rs"

[dependencies.askama]
version = "0.16.0"

[dependencies.axum]
version = "0.8.9"

[dependencies.memory-serve]
version = "2.3.0"

[dependencies.sqlx]
version = "0.9.0"
features = [
    "runtime-tokio",
    "postgres",
]

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

[dependencies.tower]
version = "0.5.3"

[dependencies.tower-http]
version = "0.7.0"
features = [
    "request-id",
    "trace",
    "util",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "json",
]

[build-dependencies.memory-serve]
version = "2.3.0"

[lints.clippy]
missing_docs_in_private_items = "warn"

[lints.rust]
missing_docs = "warn"