dee-todo 0.1.0

Local todo manager CLI with JSON output
# 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 = "dee-todo"
version = "0.1.0"
authors = ["Dee <dee@deeflect.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local todo manager CLI with JSON output"
homepage = "https://dee.ink"
readme = "README.md"
license = "MIT"
repository = "https://github.com/deeflect/dee-ink"

[[bin]]
name = "dee-todo"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "color",
]

[dependencies.dirs]
version = "5"

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

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

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