peisear 0.2.3

A minimal, sophisticated, solid, and easy issue tracker.
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"
rust-version = "1.85"
name = "peisear"
version = "0.2.3"
authors = ["nabbisen <nabbisen@scqr.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal, sophisticated, solid, and easy issue tracker."
documentation = "https://docs.rs/peisear"
readme = "README.md"
keywords = [
    "issue-tracker",
    "kanban",
    "self-hosted",
    "leptos",
    "axum",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/peisear"
resolver = "2"

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

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

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

[dependencies.peisear-auth]
version = "0.2.3"

[dependencies.peisear-core]
version = "0.2.3"

[dependencies.peisear-storage]
version = "0.2.3"

[dependencies.peisear-web]
version = "0.2.3"

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

[dependencies.tracing]
version = "0.1"

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