--- errno-0.2.4/Cargo.toml 1969-12-31T16:00:00-08:00 +++ errno-0.2.4/Cargo.toml 2018-07-10T21:36:13.719848-07:00 @@ -19,13 +19,8 @@ categories = ["os"] license = "MIT/Apache-2.0" repository = "https://github.com/lfairy/rust-errno" -[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly] -version = "0.1.1" [target."cfg(unix)".dependencies.libc] version = "0.2" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["errhandlingapi", "minwindef", "ntdef", "winbase"] [badges.appveyor] repository = "lfairy/rust-errno"