stint-server 0.2.2

Local HTTP API server for Stint
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 = "2021"
name = "stint-server"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local HTTP API server for Stint"
readme = "README.md"
keywords = [
    "time-tracking",
    "api",
    "productivity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/DaltonR121/stint"

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

[dependencies.axum]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.stint-core]
version = "0.2.2"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "formatting",
]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "macros",
    "signal",
]