elicit_macro 0.2.2

SmartPointer-like structure for polymorphism.
Documentation
[dependencies.proc-macro2]
default-features = false
features = ["proc-macro"]
version = "1"

[dependencies.quote]
default-features = false
features = ["proc-macro"]
version = "1"

[dependencies.syn]
default-features = false
features = ["derive", "parsing", "printing", "proc-macro", "extra-traits", "full"]
version = "2"

[features]
default = []
parking_lot = []

[lib]
proc-macro = true

[package]
authors = ["hanepjiv <hanepjiv@gmail.com>"]
description = "SmartPointer-like structure for polymorphism."
documentation = "https://docs.rs/elicit/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE-2.0", "LICENSE-MIT"]
keywords = ["utility"]
license = "MIT OR Apache-2.0"
name = "elicit_macro"
publish = true
readme = "README.md"
repository = "https://github.com/hanepjiv/elicit-rs.git"
version = "0.2.2"