[package] name = "proc-macro-faithful-display" version = "0.2.0" authors = ["Dimitri Sabadie "] description = "A Display implementation for proc-macro types more faithful to the input stream." keywords = ["proc-macro"] categories = ["development-tools::procedural-macro-helpers"] license = "BSD-3-Clause" homepage = "https://github.com/phaazon/proc-macro-faithful-display" repository = "https://github.com/phaazon/proc-macro-faithful-display" documentation = "https://docs.rs/proc-macro-faithful-display" readme = "README.md" edition = "2021" rust-version = "1.76" [badges] travis-ci = { repository = "phaazon/proc-macro-faithful-display", branch = "master" }