nunc 0.2.0

WIP: time tracking application
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"
name = "nunc"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WIP: time tracking application"
readme = false
license = "GPL-3.0-or-later"
resolver = "2"

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

[[bin]]
name = "nunc"
path = "src/bin/nunc.rs"

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

[dependencies.clap_complete]
version = "4"

[dependencies.conciliator]
version = "0.3"

[dependencies.dirs]
version = "6.0"

[dependencies.greg]
version = "0.2.5"
features = ["rusqlite"]

[dependencies.greg-tz]
version = "0.2"

[dependencies.liter]
version = "0.0.8"

[dependencies.rusqlite]
version = "0"
features = [
    "session",
    "bundled",
    "array",
    "backup",
    "blob",
    "modern_sqlite",
    "collation",
    "column_decltype",
    "csvtab",
    "extra_check",
    "functions",
    "hooks",
    "i128_blob",
    "limits",
    "load_extension",
    "series",
    "trace",
    "unlock_notify",
    "vtab",
    "window",
]

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

[dependencies.toml]
version = "0.8"

[dev-dependencies.conciliator]
version = "0.3"
features = ["test_capture"]