Skip to content

A Rust tool to check for unused dependencies for your crate in your Cargo.toml

License

Notifications You must be signed in to change notification settings

ByteSudoer/Dependust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependust

A Rust tool to check for unused dependencies included in your crate by parsing your Cargo.toml and the source code in ./src

Depdendust in action

2023-08-24_12-43

Installation

Clone the repositry and compile it

#Fetch The Source Code from github
git clone https://github.com/ByteSudoer/Dependust.git
# Compile the crate with cargo
cargo run --release

Usage

You can use the binary globally by running this command :

# Run this command inside the cloned repo
cargo install --path .

To use under Nix/NixOS with direnv enabled you can run the shell:

#Create a .envrc file
echo "use flake" > .envrc
#And then activate the shell
direnv allow

About

A Rust tool to check for unused dependencies for your crate in your Cargo.toml

Resources

License

Stars

Watchers

Forks

Packages

No packages published