# 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 = "2021" name = "proc-debug" version = "0.1.5" authors = ["Yasuo Ozu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Dump proc-macro output for efficient debugging" readme = "README.md" keywords = [ "macros", "cargo", "pretty", "debug", "test", ] categories = [ "development-tools::procedural-macro-helpers", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/yasuo-ozu/proc-debug" [lib] name = "proc_debug" path = "lib.rs" [dependencies.argp] version = "0.3.0" [dependencies.bat] version = "0.24.0" [dependencies.proc-debug-macro] version = "0.1.5" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0" features = [ "full", "derive", "printing", "extra-traits", "fold", "visit", "parsing", ] [dependencies.termcolor] version = "1.4.0"