ruc 5.0.3

Rust Util Collections
Documentation
[dependencies.base64]
optional = true
version = "0.21.2"

[dependencies.ed25519-zebra]
optional = true
version = "4.0.0"

[dependencies.nix]
optional = true
version = "0.26"

[dependencies.once_cell]
version = "1.18"

[dependencies.rand]
optional = true
version = "0.8"

[dependencies.reference-trie]
optional = true
version = "0.29.0"

[dependencies.sha3]
optional = true
version = "0.10.8"

[dependencies.ssh2]
optional = true
version = "0.9.4"

[dependencies.time]
features = ["formatting"]
version = "0.3"

[features]
ansi = []
cmd = []
compact = []
crypto = ["reference-trie", "sha3", "ed25519-zebra", "rand", "base64"]
default = ["crypto", "ansi"]
full = ["uau", "cmd", "ssh", "crypto"]
ssh = ["ssh2"]
uau = ["nix", "rand"]

[package]
authors = ["rust-util-collections", "hui.fan@mail.ru"]
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 = "5.0.3"