[package]
edition = "2021"
name = "rusty-bubbles"
version = "2.1.0"
build = false
exclude = ["POLICIES.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cleanroom Rust port of charm.land/bubbles/v2: TUI components for Bubble Tea applications"
readme = "README.md"
license = "MIT"
[lib]
name = "rusty_bubbles"
path = "src/lib.rs"
[[test]]
name = "cursor_test"
path = "tests/cursor_test.rs"
[[test]]
name = "help_test"
path = "tests/help_test.rs"
[[test]]
name = "key_test"
path = "tests/key_test.rs"
[[test]]
name = "list_test"
path = "tests/list_test.rs"
[[test]]
name = "memoization_test"
path = "tests/memoization_test.rs"
[[test]]
name = "paginator_test"
path = "tests/paginator_test.rs"
[[test]]
name = "progress_test"
path = "tests/progress_test.rs"
[[test]]
name = "runeutil_test"
path = "tests/runeutil_test.rs"
[[test]]
name = "spinner_test"
path = "tests/spinner_test.rs"
[[test]]
name = "table_test"
path = "tests/table_test.rs"
[[test]]
name = "textarea_test"
path = "tests/textarea_test.rs"
[[test]]
name = "textinput_test"
path = "tests/textinput_test.rs"
[[test]]
name = "viewport_test"
path = "tests/viewport_test.rs"
[dependencies.rusty-bubbletea]
version = "2.0.8"
[dependencies.rusty-lipgloss]
version = "2.0.5"
[dependencies.rusty-x-ansi]
version = "0.11.7"
[dependencies.sha2]
version = "0.10"
[dependencies.unicode-width]
version = "0.2"
[dev-dependencies.regex]
version = "1"