runi-cli 0.1.2

Terminal styling and CLI utilities for the Runi library collection
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 = "2024"
name = "runi-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal styling and CLI utilities for the Runi library collection"
homepage = "https://github.com/wvlet/runi"
readme = false
keywords = [
    "cli",
    "terminal",
    "ansi",
    "color",
    "tty",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/wvlet/runi"
resolver = "2"

[features]
default = ["derive"]
derive = ["dep:runi-cli-macros"]

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

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

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

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.runi-cli-macros]
version = "0.1.2"
optional = true

[dev-dependencies.runi-test]
version = "0.1.2"