--- uuid-0.7.4/Cargo.toml 1970-01-01T00:00:00+00:00 +++ uuid-0.7.4/Cargo.toml 2019-06-22T08:18:57.093112+00:00 @@ -68,7 +68,6 @@ [features] const_fn = ["nightly"] default = ["std"] -guid = ["winapi"] nightly = [] std = [] stdweb = ["rand/stdweb"] @@ -78,9 +77,6 @@ v4 = ["rand"] v5 = ["sha1"] wasm-bindgen = ["rand/wasm-bindgen"] -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -optional = true [badges.appveyor] repository = "uuid-rs/uuid"