mergeme_derive 0.2.0

A derivable trait that assists with merging data together
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 = "mergeme_derive"
version = "0.2.0"
authors = ["BD103"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A derivable trait that assists with merging data together"
documentation = "https://docs.rs/mergeme"
readme = "README.md"
keywords = [
    "no_std",
    "derive",
    "config",
]
categories = [
    "config",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BD103/mergeme"

[lib]
name = "mergeme_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.101"
features = [
    "derive",
    "parsing",
    "printing",
    "proc-macro",
]
default-features = false

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