[package]
name = "steam-user-impl"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Internal proc-macros for the `steam-user` crate. Do not depend on this crate directly — use `steam-user`; this crate's API is unstable and may change without notice."
keywords = ["steam", "internal"]
categories = ["development-tools::procedural-macro-helpers"]
[lib]
proc-macro = true
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }