malevich-cli 0.3.0

kaz: pipe data to an honest terminal plot — a stdin-first CLI over malevich
# 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"
rust-version = "1.88"
name = "malevich-cli"
version = "0.3.0"
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.18"
features = ["pixel"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"