[package]
edition = "2018"
name = "physx-macros"
version = "0.1.0"
authors = ["Embark <opensource@embark-studios.com>"]
description = "Utility macros used internally by the physx crate"
readme = "README.md"
keywords = ["physics"]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/physx-rs"
[lib]
doctest = false
proc-macro = true
[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
version = "0.15"
features = ["full", "extra-traits", "parsing", "printing"]