photon-ui 0.2.0

Blazing fast minimal TUI
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 = "photon-ui"
version = "0.2.0"
authors = ["Sienna Meridian Satterwhite <sienna@sunbeam.pt>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing fast minimal TUI"
homepage = "https://github.com/sunbeamdotpt/photon-ui"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "ui",
    "crossterm",
    "components",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/sunbeamdotpt/photon-ui"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.crossterm]
version = "0.28"

[dependencies.kasuari]
version = "0.4"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.thiserror]
version = "2"

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

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

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

[dev-dependencies.insta]
version = "1.47"

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