tui-breadcrumb 0.1.0

A customizable, interactive hierarchical breadcrumb navigation widget for Ratatui.
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.85"
name = "tui-breadcrumb"
version = "0.1.0"
authors = ["shadowmkj"]
build = false
include = [
    "src/**/*",
    "examples/**/*",
    "tests/**/*",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A customizable, interactive hierarchical breadcrumb navigation widget for Ratatui."
homepage = "https://github.com/shadowmkj/tui-breadcrumb"
documentation = "https://docs.rs/tui-breadcrumb"
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "widget",
    "breadcrumb",
    "navigation",
]
categories = [
    "command-line-interface",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shadowmkj/tui-breadcrumb"

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

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

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

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

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

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

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

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

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

[dependencies.ratatui]
version = "0.30.2"
default-features = false

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

[dev-dependencies.insta]
version = "1.48.0"
features = ["yaml"]

[dev-dependencies.quickcheck]
version = "1.1.0"

[dev-dependencies.quickcheck_macros]
version = "1.2.0"

[dev-dependencies.ratatui]
version = "0.30.2"
features = ["crossterm"]

[profile.bench]
opt-level = 3
lto = true
codegen-units = 1

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = "debuginfo"