ruc 2.0.1

Rust Util Collections
Documentation
[dependencies.once_cell]
version = "1.13"

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

[package]
authors = ["rust-util-collections", "fanhui.x@gmail.com"]
categories = ["development-tools::debugging"]
description = "Rust Util Collections"
edition = "2021"
homepage = "https://github.com/rust-util-collections/RUC"
keywords = ["utils", "error-management"]
license = "MIT"
name = "ruc"
readme = "README.md"
repository = "https://github.com/rust-util-collections/RUC.git"
version = "2.0.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.nix]
optional = true
version = "0.25"

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

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