wireman-theme 0.3.5

Theme for wireman
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 = "wireman-theme"
version = "0.3.5"
authors = ["preiter <phil.reiter93@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Theme for wireman"
readme = false
keywords = [
    "wireman",
    "theme",
]
license = "MIT"
repository = "https://github.com/preiter93/wireman"

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

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

[dependencies.cssparser]
version = "0.36.0"

[dependencies.logger]
version = "0.1"
package = "wireman-logger"

[dependencies.once_cell]
version = "1.19"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.shellexpand]
version = "3.1.0"

[dependencies.toml]
version = "1.0.1"