[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.thiserror]
version = "2.0.12"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "basic_metadata"
path = "examples/basic_metadata.rs"
[[example]]
name = "basic_other"
path = "examples/basic_other.rs"
[[example]]
name = "basic_status_transistion"
path = "examples/basic_status_transistion.rs"
[lib]
name = "booking_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 = ["data-structures", "no-std", "data-structures"]
description = "A powerful and extensible booking toolkit for Rust — featuring core data structures, flexible status logic, and seamless integration into any reservation system."
documentation = "https://docs.rs/booking_kit"
edition = "2024"
keywords = ["booking", "reservation", "kit", "generic", "library"]
license = "Apache-2.0"
name = "booking_kit"
readme = "README.md"
repository = "https://github.com/jerry-maheswara-github/booking_kit"
version = "0.1.1"
[[test]]
name = "booking_manager_test"
path = "tests/booking_manager_test.rs"
[[test]]
name = "status_transition_test"
path = "tests/status_transition_test.rs"