[dependencies.proc-macro2]
features = ["nightly"]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
features = ["full", "extra-traits", "parsing"]
version = "0.14"
[lib]
proc-macro = true
[package]
authors = ["Jezza <jezzadabomb@gmail.com>"]
description = "Statically checked module declarations."
edition = "2018"
keywords = ["def-mod", "module", "cross-platform", "static", "compile-time"]
license = "MIT"
name = "def-mod"
readme = "README.md"
repository = "https://github.com/Jezza/def_mod"
version = "0.3.0"