bury 0.1.0

A blazingly fast dead code detector for Python and TypeScript using reachability analysis
Documentation
[[bin]]
name = "bury"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5"

[dependencies.neural-shared]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Paolo Rechia <paolorechia@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "A blazingly fast dead code detector for Python and TypeScript using reachability analysis"
documentation = "https://docs.rs/bury"
edition = "2021"
homepage = "https://github.com/neural-garage/tools"
keywords = ["dead-code", "analyzer", "linter", "reachability", "static-analysis"]
license = "MIT OR Apache-2.0"
name = "bury"
readme = "README.md"
repository = "https://github.com/neural-garage/tools"
version = "0.1.0"