holochain_util 0.6.0-dev.2

This crate is a collection of various utility functions that are used in the other crates in the holochain repository.
Documentation
[dependencies.backtrace]
optional = true
version = "0.3"

[dependencies.cfg-if]
version = "1.0"

[dependencies.colored]
version = "3.0"

[dependencies.dunce]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.once_cell]
version = "1.13.0"

[dependencies.rpassword]
optional = true
version = "7.0.0"

[dependencies.schemars]
optional = true
version = "0.9"

[dependencies.sodoken]
optional = true
version = "0.1.0"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1.27"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.27"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[features]
default = ["fs", "pw", "time", "tokio", "jsonschema"]
fs = []
jsonschema = ["dep:schemars"]
pw = ["rpassword", "sodoken"]
time = ["tokio"]

[lib]
name = "holochain_util"
path = "src/lib.rs"

[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"

[lints.clippy.cargo]
level = "allow"
priority = -1

[lints.clippy.nursery]
level = "allow"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.clippy.restriction]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(build_wasm)", "cfg(loom)"]
level = "warn"
priority = 0

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This crate is a collection of various utility functions that are used in the other crates in the holochain repository."
documentation = "https://docs.rs/holochain_util"
edition = "2021"
license = "Apache-2.0"
name = "holochain_util"
readme = "README.md"
repository = "https://github.com/holochain/holochain"
version = "0.6.0-dev.2"