rat-theme4 4.5.3

dark theme and color-schemes
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 = "rat-theme4"
version = "4.5.3"
authors = ["thscharler <thscharler@gmail.com>"]
build = false
exclude = [
    ".idea/*",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "dark theme and color-schemes"
readme = "readme.md"
keywords = [
    "ratatui",
    "widget",
    "theme",
]
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
repository = "https://github.com/thscharler/rat-salsa"
resolver = "2"

[features]
color-input = [
    "dep:rat-widget-extra",
    "dep:rat-widget",
    "rat-widget-extra/color-input",
]
default = ["rat-widget"]
rat-widget = ["dep:rat-widget"]
serde = [
    "dep:serde",
    "ratatui-core/serde",
    "ratatui-widgets/serde",
]

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

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

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

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

[[test]]
name = "test_serde"
path = "tests/test_serde.rs"
required-features = ["serde"]

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

[dependencies.log]
version = "0.4"

[dependencies.rat-widget]
version = "3.2.0"
optional = true

[dependencies.rat-widget-extra]
version = "2.1.0"
optional = true

[dependencies.ratatui-core]
version = "0.1"
features = [
    "std",
    "layout-cache",
]

[dependencies.ratatui-widgets]
version = "0.3"
features = [
    "std",
    "unstable-rendered-line-info",
]

[dependencies.serde]
version = "1"
optional = true

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"
features = ["std"]

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
comparison_chain = "allow"
if_same_then_else = "allow"