| 1 | # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| 2 | # |
| 3 | # When uploading crates to the registry Cargo will automatically |
| 4 | # "normalize" Cargo.toml files for maximal compatibility |
| 5 | # with all versions of Cargo and also rewrite `path` dependencies |
| 6 | # to registry (e.g., crates.io) dependencies. |
| 7 | # |
| 8 | # If you are reading this file be aware that the original Cargo.toml |
| 9 | # will likely look very different (and much more reasonable). |
| 10 | # See Cargo.toml.orig for the original contents. |
| 11 | |
| 12 | [package] |
| 13 | edition = "2018" |
| 14 | name = "color-print-proc-macro" |
| 15 | version = "0.3.7" |
| 16 | authors = ["Johann David <johann.david.dev@protonmail.com>" ] |
| 17 | build = false |
| 18 | autobins = false |
| 19 | autoexamples = false |
| 20 | autotests = false |
| 21 | autobenches = false |
| 22 | description = "Implementation for the package color-print" |
| 23 | readme = "README.md" |
| 24 | license = "MIT OR Apache-2.0" |
| 25 | repository = "https://gitlab.com/dajoha/color-print" |
| 26 | |
| 27 | [lib] |
| 28 | name = "color_print_proc_macro" |
| 29 | path = "src/lib.rs" |
| 30 | proc-macro = true |
| 31 | |
| 32 | [dependencies.nom] |
| 33 | version = "7.1" |
| 34 | |
| 35 | [dependencies.proc-macro2] |
| 36 | version = "1.0" |
| 37 | |
| 38 | [dependencies.quote] |
| 39 | version = "1.0" |
| 40 | |
| 41 | [dependencies.syn] |
| 42 | version = "2.0" |
| 43 | features = ["full" ] |
| 44 | |
| 45 | [features] |
| 46 | terminfo = [] |
| 47 | |