# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "textwrap-macros" version = "0.3.0" authors = ["Martin Larralde "] description = "Simple procedural macros to use textwrap utilities at compile time." homepage = "https://github.com/althonos/textwrap-macros" readme = "README.md" keywords = [ "text", "formatting", "wrap", "typesetting", "macro", ] categories = [ "text-processing", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/althonos/textwrap-macros" [dependencies.proc-macro-hack] version = "0.5" [dependencies.textwrap-macros-impl] version = "0.3.0" [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"