tak-cli 0.0.7

Pre-v1 command-line benchmarking and performance tracking
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 = "tak-cli"
version = "0.0.7"
build = false
exclude = [
    ".github/",
    ".gitignore",
    "docs/",
    "docker/",
    "AGENTS.md",
    "CLAUDE.md",
    "cliff.toml",
    "communique.toml",
    "mise.toml",
    "release-plz.toml",
    "renovate.json",
    "RELEASING.md",
    "tak.usage.kdl",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-v1 command-line benchmarking and performance tracking"
readme = "README.md"
keywords = [
    "benchmark",
    "performance",
    "cli",
    "git-notes",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/jdx/tak"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.asset-picker]
version = "0.0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1"

[dependencies.usage-rs]
version = "6"
features = [
    "diagnostics",
    "config",
]

[profile.release]
lto = true
codegen-units = 1
strip = true