ruc 3.0.2

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

[features]
ansi = []
cmd = []
compact = []
default = ["ansi"]
full = ["uau", "cmd", "ssh"]
ssh = ["ssh2"]
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 = "3.0.2"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.nix]
optional = true
version = "0.26"

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

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ssh2]
optional = true
package = "ssh2-patched"
version = "0.9.4-p1"

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