chainsaw-cli 0.2.0

Trace transitive import weight in TypeScript and Python codebases
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"
rust-version = "1.85"
name = "chainsaw-cli"
version = "0.2.0"
build = false
exclude = [
    "Justfile",
    "perf.toml",
    "scripts/",
    "docs/",
    ".cargo/",
    "xtask/",
    "stats/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trace transitive import weight in TypeScript and Python codebases"
readme = "README.md"
keywords = [
    "typescript",
    "python",
    "imports",
    "dependencies",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/rocketman-code/chainsaw"

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

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[[bench]]
name = "corpus_test"
path = "benches/corpus_test.rs"
harness = true

[dependencies.bitcode]
version = "0.6"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.dashmap]
version = "6"

[dependencies.oxc_allocator]
version = "0.113"

[dependencies.oxc_ast]
version = "0.113"

[dependencies.oxc_parser]
version = "0.113"

[dependencies.oxc_resolver]
version = "11"

[dependencies.oxc_span]
version = "0.113"

[dependencies.oxc_syntax]
version = "0.113"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.tree-sitter]
version = "0.24"

[dependencies.tree-sitter-python]
version = "0.23"

[dev-dependencies.ignore]
version = "0.4"

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