command-surface 0.4.1

Glyph-based command rendering and semantic metadata for the Koi CLI
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.92"
name = "command-surface"
version = "0.4.1"
authors = ["Sylin.org <hello@sylin.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Glyph-based command rendering and semantic metadata for the Koi CLI"
homepage = "https://sylin.org/koi"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sylin-org/koi"

[features]
default = []
render = [
    "dep:console",
    "dep:is-terminal",
    "dep:supports-color",
    "dep:terminal_size",
]

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

[dependencies.console]
version = "0.15"
optional = true

[dependencies.is-terminal]
version = "0.4"
optional = true

[dependencies.supports-color]
version = "3"
optional = true

[dependencies.terminal_size]
version = "0.4"
optional = true