[dependencies.quote]
version = "1.0.28"
[dependencies.syn]
features = ["full"]
version = "2.0.20"
[lib]
proc-macro = true
[package]
authors = ["hangj <guijie.han@gmail.com>"]
description = "Run some shell script when build the project, and yield the stdout as &[u8]"
documentation = "https://docs.rs/cmd-proc-macro/"
edition = "2021"
exclude = ["/.github/*", "/.gitattributes", "/appveyor.yml", "/Changelog.md", "/clippy.toml", "/codecov.yml"]
license = "MIT"
name = "cmd-proc-macro"
readme = "README.md"
repository = "https://github.com/hangj/cmd-proc-macro"
version = "0.1.2"