[package]
edition = "2024"
rust-version = "1.88"
name = "malevich-cli"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "kaz: pipe data to an honest terminal plot — a stdin-first CLI over malevich"
readme = "README.md"
keywords = [
"plot",
"chart",
"terminal",
"cli",
"visualization",
]
categories = [
"command-line-utilities",
"visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shergin/malevich"
[[bin]]
name = "kaz"
path = "src/main.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "packaging"
path = "tests/packaging.rs"
[dependencies.lexopt]
version = "0.3"
[dependencies.malevich]
version = "1.17"
features = ["pixel"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"