[dependencies.base64]
version = "0.22"
[dependencies.chrono]
version = "0.4"
[dependencies.gethostname]
version = "0.4"
[dependencies.hex]
version = "0.4"
[dependencies.md5]
version = "0.7"
[dependencies.regex]
version = "1.10"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.sys-info]
version = "0.9"
[dependencies.sysinfo]
version = "0.30"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dev-dependencies.mockito]
version = "0.32"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.3"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "time"]
version = "1.0"
[lib]
name = "rbytes_rust_util"
path = "src/lib.rs"
[package]
authors = ["Rodrigo Delphino <rodrigo.s.delphino@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "development-tools", "data-structures"]
description = "Utilitários e algoritmos em Rust para iniciantes."
edition = "2021"
keywords = ["rust", "util", "iniciante", "algoritmos"]
license = "MIT"
name = "rbytes_rust_util"
readme = "README.md"
repository = "https://github.com/rodrigodelphino/RBytesRustUtil"
version = "0.2.3"