matchmaker-partial 0.0.1

Support for partial updates and configuration in matchmaker
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "matchmaker-partial"
version = "0.0.1"
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"

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.matchmaker-partial-macros]
version = "0.0.1"

[dev-dependencies.toml]
version = "0.9.8"