textwrap-macros-impl 0.2.4

Simple procedural macros to use textwrap utilities at compile time.
Documentation
[badges.codecov]
repository = "althonos/textwrap-macros"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "althonos/textwrap-macros"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "althonos/textwrap-macros"
[dependencies.proc-macro-hack]
version = "0.5"

[dependencies.syn]
default-features = false
features = ["parsing", "full", "printing", "proc-macro"]
version = "1.0"

[dependencies.textwrap]
version = "0.13"

[lib]
doc = false
path = "lib.rs"
proc-macro = true

[package]
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
categories = ["text-processing", "development-tools::build-utils"]
description = "Simple procedural macros to use textwrap utilities at compile time."
edition = "2018"
homepage = "https://github.com/althonos/textwrap-macros"
keywords = ["text", "formatting", "wrap", "typesetting", "macro"]
license = "MIT"
name = "textwrap-macros-impl"
readme = "README.md"
repository = "https://github.com/althonos/textwrap-macros"
version = "0.2.4"