holochain_util 0.6.3

This crate is a collection of various utility functions that are used in the other crates in the holochain repository.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "holochain_util"
version = "0.6.3"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = 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"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"

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

[dependencies.backtrace]
version = "0.3"
optional = true

[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]
version = "7.0.0"
optional = true

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

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

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

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

[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"]

[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]
level = "warn"
priority = 0
check-cfg = [
    "cfg(build_wasm)",
    "cfg(loom)",
]