sectioned-picker 0.1.0

Interactive terminal multi-select picker with non-selectable section headers
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.86"
name = "sectioned-picker"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive terminal multi-select picker with non-selectable section headers"
readme = "README.md"
keywords = [
    "tui",
    "picker",
    "multi-select",
    "ratatui",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/battery-pack-rs/battery-pack"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.30"

[dev-dependencies.snapbox]
version = "1.2.1"
features = ["debug"]