tincan-cli 0.3.1

Preserve development plans, decisions, learnings, and progress in workspace-local Markdown
# 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"
rust-version = "1.85"
name = "tincan-cli"
version = "0.3.1"
build = false
include = [
    "/src/**",
    "/tests/**",
    "/skills/tincan/**",
    "/docs/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Preserve development plans, decisions, learnings, and progress in workspace-local Markdown"
readme = "README.md"
keywords = [
    "cli",
    "developer-tools",
    "git",
    "markdown",
    "documentation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sf-pear/tincan"

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

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

[dependencies.chrono]
version = "0.4.45"
features = ["clock"]
default-features = false

[dependencies.console]
version = "0.16.4"

[dependencies.dialoguer]
version = "0.12.0"
default-features = false

[dependencies.uuid]
version = "1.24.0"
features = ["v7"]