hourus 0.1.0

tui time tracking tool
# 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 = "hourus"
version = "0.1.0"
authors = ["zjom"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tui time tracking tool"
readme = "README.md"
license = "Unlicense"

[features]
sqlite = ["dep:rusqlite"]

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

[dependencies.anyhow]
version = "1.0.102"

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.ratatui-textarea]
version = "0.9.0"

[dependencies.rusqlite]
version = "0.39.0"
features = [
    "bundled",
    "chrono",
]
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "2.0.18"