tmf677-usage 0.3.2

TM Forum TMF677 Usage Consumption Management API implementation in Rust
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 = "tmf677-usage"
version = "0.3.2"
authors = ["Roberto de Souza <rabbittrix@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TM Forum TMF677 Usage Consumption Management API implementation in Rust"
documentation = "https://github.com/rabbittrix/BSS-OSS-Rust-Ecosystem/blob/main/README.md"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rabbittrix/BSS-OSS-Rust-Ecosystem.git"

[lib]
name = "tmf677_usage"
path = "src/lib.rs"

[dependencies.actix-web]
version = "4"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.env_logger]
version = "0.10"

[dependencies.jsonwebtoken]
version = "9"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "postgres",
    "runtime-tokio-rustls",
    "uuid",
    "chrono",
]

[dependencies.tmf-apis-core]
version = "0.3.2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.utoipa]
version = "4"

[dependencies.utoipa-swagger-ui]
version = "6"
features = ["actix-web"]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]