colorful-cli 0.2.1

Colorize English prose by part of speech in the terminal (ANSI).
Documentation
# 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 = "colorful-cli"
version = "0.2.1"
authors = [
    "James Ross",
    "the colorful-language contributors",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "colorful"
description = "Colorize English prose by part of speech in the terminal (ANSI)."
readme = false
keywords = [
    "prose",
    "syntax-highlighting",
    "english",
    "cli",
    "color",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/flyingrobots/colorful-language"

[lib]
name = "colorful_cli"
path = "src/lib.rs"

[[bin]]
name = "colorful"
path = "src/main.rs"

[dependencies.colorful-core]
version = "0.2.1"

[dependencies.colorful-ir]
version = "0.2.1"

[dependencies.colorful-lexicon]
version = "0.2.1"

[dependencies.colorful-lint]
version = "0.2.1"

[dependencies.colorful-parse]
version = "0.2.1"