ruc 9.2.0

Rust Util Collections
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ruc"
version = "9.2.0"
authors = ["hui.fan@mail.ru"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Util Collections"
homepage = "https://github.com/rust-util-collections/ruc"
readme = "README.md"
keywords = [
    "utils",
    "error-management",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/rust-util-collections/ruc.git"

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

[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-dalek",
    "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"

[dependencies.aes-gcm]
version = "0.10.3"
optional = true

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

[dependencies.ed25519-dalek]
version = "2.2"
optional = true

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

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

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

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

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

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

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

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

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

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

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

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