You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-uuid/uuid-fix-metadata.diff

21 lines
439 B

5 years ago
--- uuid-0.8.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ uuid-0.8.1/Cargo.toml 2020-01-16T18:28:31.119399+00:00
@@ -65,17 +65,11 @@
[features]
default = ["std"]
-guid = ["winapi"]
std = []
5 years ago
-stdweb = ["rand/stdweb"]
v1 = []
v3 = ["md5"]
v4 = ["rand"]
v5 = ["sha1"]
5 years ago
-wasm-bindgen = ["rand/wasm-bindgen"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-optional = true
[badges.appveyor]
repository = "uuid-rs/uuid"