promotion_kit 0.1.1

A powerful Rust toolkit for managing dynamic promotions with flexible rules and seamless integration.
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 = "2024"
name = "promotion_kit"
version = "0.1.1"
authors = ["Jerry Maheswara <jerrymaheswara@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A powerful Rust toolkit for managing dynamic promotions with flexible rules and seamless integration."
documentation = "https://docs.rs/promotion_kit"
readme = "README.md"
keywords = [
    "promotion",
    "integration",
    "callback",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/jerry-maheswara-github/promotion_kit"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "promotion_test"
path = "tests/promotion_test.rs"

[[test]]
name = "service_test"
path = "tests/service_test.rs"

[dependencies.thiserror]
version = "2.0.12"