[dependencies.inflections]
version = "1.1.1"
[dependencies.proc-macro2]
version = "1.0.103"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[lib]
name = "fromsoftware_shared_macros"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro helpers for dealing with pointers and other common stuff across From Software games. Depend on fromsoftware-shared instead."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "fromsoftware-shared-macros"
readme = false
repository = "https://github.com/vswarte/eldenring-rs"
resolver = "2"
version = "0.12.0"