const_trait_impl 0.1.0

Function-like macro that "unconsts" trait implementations
Documentation
[package]
name = "const_trait_impl"
version = "0.1.0"
authors = ["Dmitrii Demenev <demenev.dmitriy1@gmail.com>"]
edition = "2021"
rust-version = "1.56.1" # https://github.com/foresterre/cargo-msrv
description = "Function-like macro that \"unconsts\" trait implementations"
documentation = "https://docs.rs/const_trait_impl"
readme = "README.md"
repository = "https://github.com/JohnScience/const_trait_impl"
license = "MIT OR Apache-2.0"
# license-file | not needed
keywords = ["const", "macro", "trait", "impl"]
categories = ["rust-patterns"] # https://crates.io/category_slugs
# workspace | not needed
# build | not needed
# links | not needed
# exclude | not needed
autobins = false
autoexamples = false
autotests = false
autobenches = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = "1.0.36"
syn = { version = "1.0.86", features = ["full"] }
quote = { version = "1.0.15" }

[lib]
proc-macro = true