ruc 0.6.3

Rust Util Collection, include a friendly `error-chain` and many other utils.
Documentation
[dependencies.lazy_static]
version = "1.4.0"

[features]
ansi = []
cmd = []
default = ["ansi"]
rich = ["uau", "cmd"]
uau = ["nix", "rand"]

[package]
authors = ["FindoraNetwork"]
categories = ["development-tools::debugging"]
description = "Rust Util Collection, include a friendly `error-chain` and many other utils."
edition = "2018"
homepage = "https://github.com/FindoraNetwork/ruc"
keywords = ["error", "error-chain"]
license = "MIT"
name = "ruc"
repository = "https://github.com/FindoraNetwork/ruc.git"
version = "0.6.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.nix]
optional = true
version = "0.22.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
optional = true
version = "0.8.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.time]
version = "0.2.23"