spraypaint 0.1.2

Terminal string styling for Rust
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"
rust-version = "1.70"
name = "spraypaint"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal string styling for Rust"
documentation = "https://docs.rs/spraypaint"
readme = "README.md"
keywords = [
    "terminal",
    "color",
    "ansi",
    "styling",
    "cli",
]
categories = ["command-line-interface"]
license = "MIT"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "detect"
path = "examples/detect.rs"

[[example]]
name = "gradient"
path = "examples/gradient.rs"

[[example]]
name = "paint_macro"
path = "examples/paint_macro.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.arrayvec]
version = "0.7"
default-features = false

[dependencies.bitflags]
version = "2"

[dependencies.spraypaint-macros]
version = "0.1.2"

[dev-dependencies]