[package]
name = "matchmaker-partial"
version = "0.0.1"
edition = "2024"
description = "Support for partial updates and configuration in matchmaker"
repository = "https://github.com/Squirreljetpack/matchmaker"
license = "MIT"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0"
[dev-dependencies]
matchmaker-partial-macros = { workspace = true, path = "../matchmaker-partial-macros" }
toml = "0.9.8"
[[test]]
name = "derive_macro_test"
path = "tests/macro_test.rs"
[[test]]
name = "macro_optional_test"
path = "tests/option_wrap.rs"