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