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
466 B

--- uuid-0.8.2/Cargo.toml 2021-01-11T06:19:14+00:00
+++ uuid-0.8.2/Cargo.toml 2021-01-11T09:40:05.846404+00:00
@@ -64,17 +64,11 @@
5 years ago
[features]
default = ["std"]
-guid = ["winapi"]
std = []
-stdweb = ["getrandom", "getrandom/js"]
5 years ago
v1 = []
v3 = ["md5"]
v4 = ["getrandom"]
v5 = ["sha1"]
-wasm-bindgen = ["getrandom", "getrandom/js"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-optional = true
[badges.appveyor]
repository = "uuid-rs/uuid"