[package]
edition = "2021"
name = "steam-user-impl"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."
readme = false
keywords = [
"steam",
"internal",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/lengoclongk59/steam-user-rs"
[lib]
name = "steam_user_impl"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = ["full"]