-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 626 Bytes
/
Cargo.toml
File metadata and controls
29 lines (27 loc) · 626 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
[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.102"
argh = "0.1.17"
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.11.0"
serde = "1.0.228"
toml_edit = "0.25.3"
walkdir = "2.5.0"
# Uncomment this for profiling.
#[profile.release]
#debug = true