tak-cli 0.0.2

Benchmark command-line programs and track their performance over time. Experimental; do not use.
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.2"
build = false
exclude = [
    ".github/",
    ".gitignore",
    "docker/",
    "cliff.toml",
    "release-plz.toml",
    "renovate.json",
    "RELEASING.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Benchmark command-line programs and track their performance over time. Experimental; do not use."
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"

[dependencies.anyhow]
version = "1"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1.1.3"

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