santui-core 0.2.12

Santui core framework — App, Plugin trait, events, config, palette
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 = "2021"
name = "santui-core"
version = "0.2.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Santui core framework — App, Plugin trait, events, config, palette"
readme = false
license = "MIT"
repository = "https://github.com/sonyarianto/santui"

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

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

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

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.log]
version = "0.4"

[dependencies.ratatui]
version = "0.30"

[dependencies.santui-registry]
version = "0.2.12"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

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