remove uuid

This commit is contained in:
Simon Gardling
2022-05-24 13:09:00 -04:00
parent e346b0a2e3
commit a60f1cb83d
4 changed files with 15 additions and 19 deletions

View File

@@ -55,7 +55,6 @@ ruzstd = { git = "https://github.com/Titaniumtown/zstd-rs.git", branch = "ringbu
tracing = "0.1"
itertools = "0.10"
static_assertions = "1.1"
uuid = { version = "1", features = ["v4", "fast-rng", "js"] }
bincode = "1.3"
serde = "1"
unzip-n = "0.1"
@@ -82,6 +81,7 @@ instant = "0.1"
tracing-subscriber = "0.3"
rayon = { version = "1.5", optional = true }
async-lock = { version = "2.5", optional = true }
getrandom = { version = "0.2" }
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = { version = "0.1", features = ["wasm-bindgen"] }
@@ -89,6 +89,7 @@ wee_alloc = "0.4"
wasm-bindgen = { version = "0.2", default-features = false, features = ["std"] }
web-sys = "0.3"
tracing-wasm = "0.2"
getrandom = { version = "0.2", features = ["js"] }
[package.metadata.cargo-all-features]
skip_optional_dependencies = true #don't test optional dependencies, only features