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]
13edition = "2018"
14name = "color-print-proc-macro"
15version = "0.3.7"
16authors = ["Johann David <johann.david.dev@protonmail.com>"]
17build = false
18autobins = false
19autoexamples = false
20autotests = false
21autobenches = false
22description = "Implementation for the package color-print"
23readme = "README.md"
24license = "MIT OR Apache-2.0"
25repository = "https://gitlab.com/dajoha/color-print"
26
27[lib]
28name = "color_print_proc_macro"
29path = "src/lib.rs"
30proc-macro = true
31
32[dependencies.nom]
33version = "7.1"
34
35[dependencies.proc-macro2]
36version = "1.0"
37
38[dependencies.quote]
39version = "1.0"
40
41[dependencies.syn]
42version = "2.0"
43features = ["full"]
44
45[features]
46terminfo = []
47