ruc 7.8.3

Rust Util Collections
Documentation
[dependencies.aes-gcm]
optional = true
version = "0.10.3"

[dependencies.base64]
optional = true
version = "0.22.1"

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

[dependencies.flate2]
optional = true
version = "1.0.34"

[dependencies.hex]
optional = true
version = "0.4.3"

[dependencies.nix]
features = ["socket"]
optional = true
version = "0.29"

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

[dependencies.reqwest]
default-features = false
features = ["blocking"]
optional = true
version = "0.12.8"

[dependencies.rmp]
optional = true
package = "rmp-serde"
version = "1.3.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.serde-transcode]
optional = true
version = "1.1.1"

[dependencies.serde_json]
optional = true
version = "1.0.128"

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

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

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

[features]
algo = ["algo_crypto", "algo_rand", "algo_hash"]
algo_aes = ["ende_base64", "aes-gcm", "algo_hash"]
algo_crypto = ["algo_ed25519", "algo_aes"]
algo_ed25519 = ["ed25519-zebra", "ende_base64", "ende_hex", "rand", "serde"]
algo_hash = ["algo_keccak"]
algo_keccak = ["sha3"]
algo_rand = ["rand", "ende_hex"]
ansi = []
cmd = []
compact = []
default = ["ansi"]
ende = ["ende_hex", "ende_base64", "ende_compress", "ende_json", "ende_msgpack", "ende_transcode"]
ende_base64 = ["base64"]
ende_compress = ["flate2"]
ende_hex = ["hex"]
ende_json = ["serde", "serde_json"]
ende_msgpack = ["serde", "rmp"]
ende_transcode = ["serde-transcode", "ende_json", "ende_msgpack"]
full = ["cmd", "uau", "ssh", "http", "algo", "ende"]
http = ["reqwest"]
ssh = ["ssh2"]
uau = ["nix", "rand"]

[lib]
name = "ruc"
path = "src/lib.rs"

[package]
authors = ["hui.fan@mail.ru"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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 = "7.8.3"

[package.metadata.docs.rs]
features = ["full"]