[package] name = "textwrap-macros" version = "0.3.0" authors = ["Martin Larralde "] edition = "2018" license = "MIT" description = "Simple procedural macros to use textwrap utilities at compile time." repository = "https://github.com/althonos/textwrap-macros" homepage = "https://github.com/althonos/textwrap-macros" readme = "README.md" keywords = ["text", "formatting", "wrap", "typesetting", "macro"] categories = ["text-processing", "development-tools::build-utils"] [workspace] members = ["impl"] [features] default = ["std"] std = [] [badges.codecov] repository = "althonos/textwrap-macros" service = "github" [badges.is-it-maintained-issue-resolution] repository = "althonos/textwrap-macros" [badges.maintenance] status = "actively-developed" [dependencies.proc-macro-hack] version = "0.5" [dependencies.textwrap-macros-impl] version = "0.3.0" path = "./impl"