kasl-server 0.5.0

Team server for kasl: collects work-time data from employees' kasl agents and turns it into dashboards, reports, and personal pages
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.94"
name = "kasl-server"
version = "0.5.0"
authors = ["Kirill Lakhtachev <lahtachev@gmail.com>"]
build = false
exclude = [
    "docs/",
    ".github/",
    "frontend/",
    "cliff.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Team server for kasl: collects work-time data from employees' kasl agents and turns it into dashboards, reports, and personal pages"
homepage = "https://github.com/lacodda/kasl-server"
readme = "README.md"
keywords = [
    "time-tracking",
    "server",
    "team",
    "dashboard",
    "kasl",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/lacodda/kasl-server"

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

[[bin]]
name = "kasl-server"
path = "src/main.rs"

[[test]]
name = "import"
path = "tests/import.rs"

[[test]]
name = "ingest"
path = "tests/ingest.rs"

[[test]]
name = "release_consistency"
path = "tests/release_consistency.rs"

[[test]]
name = "schema"
path = "tests/schema.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.axum]
version = "0.8.9"

[dependencies.chrono]
version = "0.4.45"
features = [
    "clock",
    "serde",
]
default-features = false

[dependencies.clap]
version = "4.5.51"
features = ["derive"]

[dependencies.rusqlite]
version = "0.38.0"
features = [
    "bundled",
    "chrono",
]

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "tls-rustls",
    "postgres",
    "migrate",
    "chrono",
    "uuid",
]

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

[dependencies.tower-http]
version = "0.7.0"
features = ["trace"]

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.uuid]
version = "1.24.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.chrono]
version = "0.4.45"
features = ["clock"]
default-features = false

[dev-dependencies.http-body-util]
version = "0.1.5"

[dev-dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

[dev-dependencies.tower]
version = "0.5.3"
features = ["util"]

[dev-dependencies.uuid]
version = "1.24.0"
features = ["v4"]