# 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.3.4" authors = ["Holochain Core Dev Team "] description = "This crate is a collection of various utility functions that are used in the other crates in the holochain repository." homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/holochain_util" readme = "README.md" license = "Apache-2.0" [dependencies.backtrace] version = "0.3" optional = true [dependencies.cfg-if] version = "1.0" [dependencies.colored] version = "2.1" [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.sodoken] version = "=0.0.11" optional = true [dependencies.tokio] version = "1.27" features = ["full"] optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1.27" features = [ "full", "test-util", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [ "fs", "pw", "time", "tokio", ] fs = [] pw = [ "rpassword", "sodoken", ] time = ["tokio"] [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"