cargo_meta_proc 0.1.4

Generate Rust data from the Cargo manifest
Documentation
[package]
name = "cargo_meta_proc"
description = "Generate Rust data from the Cargo manifest"

authors = ["Shane Pearlman <shanepearlman@pm.me>"]
license = "Zlib"
repository = "https://gitlab.com/shanepearlman/cargo_meta.git"

version = "0.1.4"
edition = "2018"


[lib]
proc-macro = true


[dependencies]
proc-macro2 = "0.4.27"
syn = "0.15.26"
quote = "0.6.11"
toml = "0.5.0"