elicit_macro 0.2.7

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

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

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

[features]
default = []
parking_lot = []

[lib]
name = "elicit_macro"
path = "src/lib.rs"
proc-macro = true

[lints.rust]

[package]
authors = ["hanepjiv <hanepjiv@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "SmartPointer-like structure for polymorphism."
documentation = "https://docs.rs/elicit/"
edition = "2024"
homepage = "https://github.com/hanepjiv/elicit-rs"
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"
rust-version = "1.85.1"
version = "0.2.7"