--- copypasta-0.7.1/Cargo.toml 2020-10-03T23:58:17+00:00 +++ copypasta-0.7.1/Cargo.toml 2020-10-04T10:07:35.861213+00:00 @@ -34,13 +34,3 @@ [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.x11-clipboard] version = "0.5.1" optional = true -[target."cfg(target_os = \"macos\")".dependencies.objc] -version = "0.2" - -[target."cfg(target_os = \"macos\")".dependencies.objc-foundation] -version = "0.1" - -[target."cfg(target_os = \"macos\")".dependencies.objc_id] -version = "0.1" -[target."cfg(windows)".dependencies.clipboard-win] -version = "3.0.2"