sparcli 0.1.1

Lightweight, cross-platform toolkit for styled CLI output and interactive input widgets
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"
rust-version = "1.88"
name = "sparcli"
version = "0.1.1"
build = false
exclude = ["/images"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, cross-platform toolkit for styled CLI output and interactive input widgets"
readme = "README.md"
keywords = [
    "cli",
    "terminal",
    "prompt",
    "color",
    "ansi",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/cgroening/rs-sparcli"

[features]
default = []
full = [
    "markup",
    "fuzzy",
    "pager",
]
fuzzy = ["dep:nucleo-matcher"]
markup = []
pager = []

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

[[example]]
name = "output-readme"
path = "examples/output-readme.rs"

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

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

[[example]]
name = "prompt-readme"
path = "examples/prompt-readme.rs"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.nucleo-matcher]
version = "0.3"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.unicode-width]
version = "0.2"

[lints.clippy.all]
level = "warn"
priority = -1