--- thread-id-4.2.0/Cargo.toml 1970-01-01T00:00:00+00:00 +++ thread-id-4.2.0/Cargo.toml 2023-08-23T09:32:43.246091+00:00 @@ -20,10 +20,5 @@ keywords = ["thread", "pthread", "getcurrentthreadid"] license = "MIT/Apache-2.0" repository = "https://github.com/ruuda/thread-id" -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.2" [target."cfg(unix)".dependencies.libc] version = "0.2.147" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["processthreadsapi"]