-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 643 Bytes
/
Cargo.toml
File metadata and controls
30 lines (28 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "cargo-machete"
edition = "2024"
version = "0.9.1"
description = "Find unused dependencies with this one weird trick!"
authors = ["Benjamin Bouvier <benjamin@bouvier.cc>"]
repository = "https://github.com/bnjbvr/cargo-machete"
keywords = []
categories = []
license = "MIT"
readme = "README.md"
[dependencies]
anyhow = "1.0.100"
argh = "0.1.9"
cargo_metadata = "0.23.1"
cargo_toml = "0.22.3"
grep = "0.4.1"
ignore = "0.4.25"
log = "0.4.29"
pretty_env_logger = "0.5.0"
rayon = "1.5.2"
serde = "1.0.228"
serde_json = "1.0"
toml_edit = "0.24.0"
walkdir = "2.3.2"
# Uncomment this for profiling.
#[profile.release]
#debug = true