collet 0.0.2

A collection of developer tools for code analysis and agent workflows
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 = "2021"
name = "collet"
version = "0.0.2"
authors = ["Collet Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of developer tools for code analysis and agent workflows"
homepage = "https://github.com/epicsagas/collet-ext"
readme = "README.md"
keywords = [
    "developer-tools",
    "code-analysis",
    "productivity",
    "agents",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/epicsagas/collet-ext"

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

[dependencies.collet-treemap]
version = "0.0.2"

[dev-dependencies]