[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.env_logger]
version = "0.10"
[dependencies.log]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1"
[lib]
name = "bss_oss_utils"
path = "src/lib.rs"
[package]
authors = ["Roberto de Souza <rabbittrix@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utility functions and helpers for BSS/OSS Rust ecosystem"
documentation = "https://github.com/rabbittrix/BSS-OSS-Rust-Ecosystem/blob/main/README.md"
edition = "2021"
license = "MIT"
name = "bss-oss-utils"
readme = false
repository = "https://github.com/rabbittrix/BSS-OSS-Rust-Ecosystem.git"
version = "0.2.5"