[dependencies.darling]
version = "0.20.10"
[dependencies.indexmap]
features = ["serde"]
version = "2.7.1"
[dependencies.itertools]
version = "0.14.0"
[dependencies.mapstic-core]
features = ["proc-macro"]
version = "0.1.0"
[dependencies.proc-macro2]
version = "1.0.93"
[dependencies.quote]
version = "1.0.38"
[dependencies.serde]
version = "1.0.217"
[dependencies.syn]
version = "2.0.96"
[dependencies.thiserror]
version = "2.0.11"
[dev-dependencies.claims]
version = "0.8.0"
[dev-dependencies.insta]
features = ["yaml"]
version = "1.42.0"
[dev-dependencies.serde_json]
version = "1.0.137"
[lib]
name = "mapstic_derive_impl"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implementation of the derive macro provided by the mapstic crate"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "mapstic-derive-impl"
readme = false
repository = "https://github.com/LawnGnome/mapstic"
rust-version = "1.65.0"
version = "0.1.0"