pcm-engine 0.4.0

Product Catalog Engine (PCM) Framework for pricing, eligibility, bundling, relationships, and catalog versioning
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 = "pcm-engine"
version = "0.4.0"
authors = ["Roberto de Souza <rabbittrix@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Product Catalog Engine (PCM) Framework for pricing, eligibility, bundling, relationships, and catalog versioning"
documentation = "https://github.com/rabbittrix/BSS-OSS-Rust-Ecosystem/blob/main/README.md"
readme = "README.md"
keywords = [
    "pcm",
    "catalog",
    "pricing",
    "telecom",
    "bss",
]
categories = [
    "algorithms",
    "finance",
]
license = "MIT"
repository = "https://github.com/rabbittrix/BSS-OSS-Rust-Ecosystem.git"

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

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

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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