fallow-cli 0.2.0

CLI for the fallow dead code analyzer
# 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 = "fallow-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the fallow dead code analyzer"
readme = false
license = "MIT"
repository = "https://github.com/bartwaardenburg/fallow"
resolver = "2"

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

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

[dependencies.colored]
version = "3"

[dependencies.fallow-config]
version = "0.2.0"

[dependencies.fallow-core]
version = "0.2.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-mini]
version = "0.7"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]