pricing_kit 0.1.4

A flexible, lightweight Rust library for pricing strategies, including calculating and managing prices, markup, commissions, and multi-currency support.
Documentation
[dependencies.rust_decimal]
version = "1.37.2"

[dependencies.rust_decimal_macros]
version = "1.37.1"

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

[dependencies.thiserror]
version = "2.0.12"

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

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

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

[package]
authors = ["Jerry Maheswara  <jerrymaheswara@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A flexible, lightweight Rust library for pricing strategies, including calculating and managing prices, markup, commissions, and multi-currency support."
documentation = "https://docs.rs/pricing_kit"
edition = "2024"
keywords = ["pricing", "markup", "kit", "currency", "commission"]
license = "Apache-2.0"
name = "pricing_kit"
readme = "README.md"
repository = "https://github.com/jerry-maheswara-github/pricing_kit"
version = "0.1.4"

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

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