boat-cli 0.6.0

Basic Opinionated Activity Tracker, a command line interface inspired by bartib
# 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 = "boat-cli"
version = "0.6.0"
authors = ["Coko <91132775+Coko7@users.noreply.github.com>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic Opinionated Activity Tracker, a command line interface inspired by bartib"
readme = "README.md"
keywords = [
    "cli",
    "time-tracking",
    "time-tracker",
    "productivity",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "GPL-3.0-only"
repository = "https://github.com/coko7/boat"

[features]
bundled-sqlite = ["boat-lib/bundled-sqlite"]
default = []

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.boat-lib]
version = "0.4.0"

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

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.log]
version = "0.4.29"

[dependencies.rusqlite]
version = "0.39.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tabular]
version = "0.2.0"
features = ["ansi-cell"]

[dependencies.toml]
version = "1.0.7"

[dependencies.yansi]
version = "1.0.1"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.8"