diff --git a/crates/papyrus_config/Cargo.toml b/crates/papyrus_config/Cargo.toml index a8e385ec25..c5896100d2 100644 --- a/crates/papyrus_config/Cargo.toml +++ b/crates/papyrus_config/Cargo.toml @@ -6,9 +6,6 @@ repository.workspace = true license-file.workspace = true description = "A library for handling node configuration." -[package.metadata.cargo-udeps.ignore] -development = ["tempfile"] # Dependency of a doc-test - [dependencies] clap = { workspace = true, features = ["env", "string"] } infra_utils.workspace = true diff --git a/crates/papyrus_node/Cargo.toml b/crates/papyrus_node/Cargo.toml index 8f25b05355..fc8c9b25e4 100644 --- a/crates/papyrus_node/Cargo.toml +++ b/crates/papyrus_node/Cargo.toml @@ -5,9 +5,6 @@ edition.workspace = true repository.workspace = true license-file.workspace = true -[package.metadata.cargo-udeps.ignore] -normal = ["clap", "papyrus_base_layer", "reqwest", "tokio"] - [features] default = ["rpc"] rpc = ["papyrus_rpc"] diff --git a/crates/starknet_monitoring_endpoint/Cargo.toml b/crates/starknet_monitoring_endpoint/Cargo.toml index 657132f74c..775c7ef0ee 100644 --- a/crates/starknet_monitoring_endpoint/Cargo.toml +++ b/crates/starknet_monitoring_endpoint/Cargo.toml @@ -5,9 +5,6 @@ edition.workspace = true repository.workspace = true license-file.workspace = true -[package.metadata.cargo-udeps.ignore] -normal = ["tokio"] - [features] testing = ["tokio", "tower"] diff --git a/docs/papyrus/CONTRIBUTING.md b/docs/papyrus/CONTRIBUTING.md index 57cce3dba0..afcc62da74 100644 --- a/docs/papyrus/CONTRIBUTING.md +++ b/docs/papyrus/CONTRIBUTING.md @@ -53,4 +53,4 @@ Your code will need to pass [CI](../.github/workflows/ci.yml) before it can be m - Pass all local tests and all integration tests. - Be formatted according to [rustfmt](https://github.com/rust-lang/rustfmt). - Be linted according to [clippy](https://github.com/rust-lang/rust-clippy) -- Not include unused dependencies (Checked by [udeps](https://github.com/est31/cargo-udeps)). +- Not include unused dependencies (Checked by [machete](https://github.com/bnjbvr/cargo-machete)).