cli-kneeboard 0.4.0

Checklist Tool
# 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 = "cli-kneeboard"
version = "0.4.0"
authors = ["Alexis Lowe <agl314@chimbosonic.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Checklist Tool"
readme = "README.md"
keywords = [
    "todo",
    "git-hook",
    "markdown",
    "git",
    "checklist",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/chimbosonic/cli-kneeboard"

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

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

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

[dependencies.cursive]
version = "0.21.1"
features = ["crossterm-backend"]
default-features = false

[dependencies.env_logger]
version = "0.11.9"

[dependencies.log]
version = "0.4.29"

[dependencies.pulldown-cmark]
version = "0.13.0"

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

[dependencies.time]
version = "0.3.47"
features = ["serde-well-known"]

[dependencies.toml]
version = "1.0.3"

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]

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

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

[dev-dependencies.test-log]
version = "0.2.19"

[dev-dependencies.testing_logger]
version = "0.1.1"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = 3
lto = true
debug = 0
panic = "abort"
strip = "debuginfo"