[package]
edition = "2024"
name = "matchmaker-partial"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support for partial updates and configuration in matchmaker"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Squirreljetpack/matchmaker"
[lib]
name = "matchmaker_partial"
path = "src/lib.rs"
[[test]]
name = "derive_macro_test"
path = "tests/macro_test.rs"
[[test]]
name = "macro_optional_test"
path = "tests/option_wrap.rs"
[[test]]
name = "map_test"
path = "tests/map_test.rs"
[[test]]
name = "penetration_test"
path = "tests/penetration_test.rs"
[[test]]
name = "set_recurse_test"
path = "tests/set_recurse_test.rs"
[[test]]
name = "simple_de_test"
path = "tests/simple_de_test.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.toml]
version = "0.9.8"
[lints.clippy]
single_match = "allow"