todo-tree 0.6.3

A CLI tool to find and display TODO-style comments in your codebase
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 = "todo-tree"
version = "0.6.3"
authors = ["Alexandre Trotel"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "todo-tree"
description = "A CLI tool to find and display TODO-style comments in your codebase"
homepage = "https://github.com/alexandretrotel/todo-tree"
readme = "README.md"
keywords = [
    "todo",
    "cli",
    "developer-tools",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/alexandretrotel/todo-tree"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/todo-tree-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "todo-tree-{ target }/{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/todo-tree-{ target }.zip"
pkg-fmt = "zip"

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

[[bin]]
name = "todo-tree"
path = "src/main.rs"

[[bin]]
name = "tt"
path = "src/bin/tt.rs"

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

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.colored]
version = "3.1.1"

[dependencies.directories-next]
version = "2.0"

[dependencies.ignore]
version = "0.4.25"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.yaml_serde]
version = "0.10.3"

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