# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2015" name = "ansiform" version = "0.1.1" authors = ["Spenser Black "] exclude = [".github/*", ".editorconfig", ".gitignore", ".travis.yml", "CHANGELOG.md"] description = "Easily format strings with ANSI colors" readme = "README.md" keywords = ["color", "terminal", "ansi", "macro", "format"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/spenserblack/ansiform" [lib] proc-macro = true [dependencies.lazy_static] version = "1.4" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1" [dependencies.syn] version = "1.0" features = ["parsing", "proc-macro"] default-features = false [dev-dependencies.doc-comment] version = "0.3"