extprim_literals_macros 2.0.3

Internal crate to support `extprim_literals`. You typically don't need this crate directly.
Documentation
[package]
name = "extprim_literals_macros"
version = "2.0.3"
authors = ["kennytm <kennytm@gmail.com>"]
description = "Internal crate to support `extprim_literals`. You typically don't need this crate directly."
repository = "https://github.com/kennytm/extprim"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/extprim/"

include = [
    "src/*.rs",
    "Cargo.toml",
    "LICENSE-*.txt",
]

[lib]
name = "extprim_literals_macros"
proc-macro = true

[dependencies]
extprim = { path = "../", version = "1" }
procedural-masquerade = "0.1"