nils-memo-cli 0.3.3

CLI crate for nils-memo-cli in the nils-cli workspace.
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 = "nils-memo-cli"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI crate for nils-memo-cli in the nils-cli workspace."
readme = "README.md"
license = "MIT"
repository = "https://github.com/graysurf/nils-cli"
resolver = "2"

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

[[bin]]
name = "memo-cli"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.chrono-tz]
version = "0.10"

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

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

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1"

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