--- trash-2.0.2/Cargo.toml 1970-01-01T00:00:00+00:00 +++ trash-2.0.2/Cargo.toml 2021-11-28T13:11:04.103266+00:00 @@ -33,8 +33,6 @@ [dev-dependencies.rand] version = "0.8.3" -[build-dependencies.windows] -version = "0.9.0" [features] coinit_apartmentthreaded = [] @@ -53,10 +51,3 @@ [target."cfg(target_os = \"linux\")".dependencies.url] version = "2.1.0" -[target."cfg(target_os = \"macos\")".dependencies.objc] -version = "0.2.7" -[target."cfg(windows)".dependencies.scopeguard] -version = "1.0.0" - -[target."cfg(windows)".dependencies.windows] -version = "0.9.0"