backburner 0.1.2

Private project memory for work worth coming back to.
# 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 = "backburner"
version = "0.1.2"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "src/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Private project memory for work worth coming back to."
homepage = "https://github.com/rollingstorms/backburner"
documentation = "https://docs.rs/backburner"
readme = "README.md"
keywords = [
    "cli",
    "tasks",
    "productivity",
    "git",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rollingstorms/backburner"

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

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

[dependencies.anyhow]
version = "1.0.98"

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

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

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

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

[dependencies.serde_json]
version = "1.0.140"

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

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

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

[profile.dist]
lto = "thin"
inherits = "release"