@@ -97,3 +97,33 @@ document-features = { version = "0.2.0", optional = true }
9797
9898[package .metadata .docs .rs ]
9999features = [" document-features" , " blocking-client" , " organize" , " estimate-hours" , " serde" ]
100+
101+ [package .metadata .cargo-machete ]
102+ ignored = [
103+ # Enabled through `async-client` feature wiring only.
104+ " async-io" ,
105+ # Enabled through `async-client` feature wiring only.
106+ " async-net" ,
107+ # Enabled through `async-client` feature wiring only.
108+ " async-trait" ,
109+ # Enabled through `async-client` feature wiring only.
110+ " blocking" ,
111+ # Enabled through `estimate-hours` feature wiring only.
112+ " fs-err" ,
113+ # Enabled through `async-client` feature wiring only.
114+ " futures-io" ,
115+ # Enabled through `async-client` feature wiring only.
116+ " futures-lite" ,
117+ # Configuration-only dependency selected by the `archive` feature.
118+ " gix-archive-for-configuration-only" ,
119+ # Configuration-only dependency used to constrain global `gix-error` feature resolution.
120+ " gix-error-for-configuration-only" ,
121+ # Configuration-only dependency used to constrain global `gix-pack` feature resolution.
122+ " gix-pack-for-configuration-only" ,
123+ # Configuration-only dependency selected by `async-client` feature wiring.
124+ " gix-transport-configuration-only" ,
125+ # Imported as crate `layout`, which does not match the package name `layout-rs`.
126+ " layout-rs" ,
127+ # Enabled through `estimate-hours` feature wiring only.
128+ " smallvec" ,
129+ ]
0 commit comments