[package] name = "tinystr-macros" description = """ Proc macros for TinyStr. """ version = "0.2.0" authors = ["Zibi Braniecki ", "Shane F. Carr "] edition = "2018" license = "Apache-2.0/MIT" repository = "https://github.com/zbraniecki/tinystr" readme = "README.md" keywords = ["string", "str", "small", "tiny", "no_std"] categories = ["data-structures"] [lib] proc_macro = true [dependencies] tinystr-raw = { version = "0.1", path = "../raw" }