bss-oss-utils 0.3.1

Utility functions and helpers for BSS/OSS Rust ecosystem
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 = "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",
]