[dependencies.proc-macro2]
version = "1.0.36"
[dependencies.quote]
version = "1.0.15"
[dependencies.syn]
features = ["full"]
version = "2.0.15"
[lib]
proc-macro = true
[package]
authors = ["FujiApple <fujiapple852@gmail.com>"]
categories = ["no-std", "rust-patterns", "data-structures", "memory-management"]
description = "Macro to derive ToBoundedStatic and IntoBoundedStatic traits"
edition = "2021"
keywords = ["cow", "static", "bounded", "owned", "derive"]
license = "Apache-2.0"
name = "bounded-static-derive"
readme = "README.md"
repository = "https://github.com/fujiapple852/bounded-static"
rust-version = "1.60.0"
version = "0.5.0"