charmed-bubbles 0.1.2

Common TUI components for bubbletea applications
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"
name = "charmed-bubbles"
version = "0.1.2"
authors = ["Jeffrey Emanuel"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common TUI components for bubbletea applications"
homepage = "https://github.com/Dicklesworthstone/charmed_rust"
documentation = "https://docs.rs/charmed-bubbles"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "widgets",
    "components",
    "cli",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/Dicklesworthstone/charmed_rust"
resolver = "2"

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

[[example]]
name = "bubbles_spinner"
path = "examples/spinner.rs"

[[example]]
name = "bubbles_textinput"
path = "examples/textinput.rs"

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

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

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

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

[[bench]]
name = "bubbles_benchmarks"
path = "benches/bubbles_benchmarks.rs"
harness = false

[dependencies.bubbletea]
version = "0.1.2"
package = "charmed-bubbletea"

[dependencies.harmonica]
version = "0.1.2"
package = "charmed-harmonica"

[dependencies.lipgloss]
version = "0.1.2"
package = "charmed-lipgloss"

[dependencies.parking_lot]
version = "0.12"

[dependencies.unicode-segmentation]
version = "1.10"

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.regex]
version = "1.11"

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

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

[lints.rust]
unsafe_code = "forbid"