[package]
name = "lies-impl"
version = "0.0.3"
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
edition = "2018"
description = "LIcense Embedding System (Implementation Details)"
repository = "https://github.com/MaulingMonkey/lies"
license = "MIT OR Apache-2.0"
include = ["/src/**/*", "/templates/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE"]
[lib]
proc-macro = true
[dependencies]
proc-macro-hack = "0.5"
quote = "1.0"
cargo_metadata = "0.8"
lazy_static = "1.4"
[features]
about-per-crate = []
about-per-workspace = []