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.
|
|
|
--- uuid-0.7.2/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
|
|
+++ uuid-0.7.2/Cargo.toml 2019-01-29T09:14:08.332677+01:00
|
|
|
|
@@ -49,13 +49,6 @@
|
|
|
|
version = "0.6"
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
-[dependencies.slog]
|
|
|
|
-version = "2"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[dependencies.winapi]
|
|
|
|
-version = "0.3"
|
|
|
|
-optional = true
|
|
|
|
[dev-dependencies.bincode]
|
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
@@ -71,13 +64,10 @@
|
|
|
|
[features]
|
|
|
|
const_fn = ["nightly"]
|
|
|
|
default = ["std"]
|
|
|
|
-guid = ["winapi"]
|
|
|
|
nightly = []
|
|
|
|
std = []
|
|
|
|
-stdweb = ["rand/stdweb"]
|
|
|
|
u128 = ["byteorder"]
|
|
|
|
v1 = []
|
|
|
|
v3 = ["md5", "rand"]
|
|
|
|
v4 = ["rand"]
|
|
|
|
v5 = ["sha1", "rand"]
|
|
|
|
-wasm-bindgen = ["rand/wasm-bindgen"]
|