[dependencies.once_cell]
version = "1.10.0"
[features]
ansi = []
cmd = []
compact = []
default = ["ansi"]
rich = ["uau", "cmd"]
uau = ["nix", "rand"]
[package]
authors = ["ccmlm", "fanhui.x@gmail.com"]
categories = ["development-tools::debugging"]
description = "Rust Util Collection"
edition = "2021"
homepage = "https://github.com/ccmlm/RUC"
keywords = ["utils", "error-management"]
license = "MIT"
name = "ruc"
repository = "https://github.com/ccmlm/RUC.git"
resolver = "2"
version = "1.0.6"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.nix]
optional = true
version = "0.23.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
optional = true
version = "0.8.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.time]
features = ["formatting"]
version = "0.3.6"