[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"