mousefood 0.3.0

embedded-graphics backend 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.86"
name = "mousefood"
version = "0.3.0"
build = false
exclude = [
    "/.github",
    "/assets",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "embedded-graphics backend for Ratatui"
homepage = "https://github.com/ratatui/mousefood"
readme = "README.md"
keywords = [
    "embedded-graphics",
    "ratatui",
    "tui",
]
categories = ["embedded"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ratatui/mousefood"

[features]
default = [
    "fonts",
    "framebuffer",
]
epd-waveshare = ["dep:epd-waveshare"]
epd-weact = ["dep:weact-studio-epd"]
fonts = ["dep:embedded-graphics-unicodefonts"]
framebuffer = []
std = [
    "thiserror/std",
    "ratatui-core/std",
]

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

[dependencies.embedded-graphics]
version = "0.8.1"

[dependencies.embedded-graphics-unicodefonts]
version = "0.2.0"
optional = true

[dependencies.epd-waveshare]
version = "0.6.0"
optional = true

[dependencies.ratatui-core]
version = "0.1.0"
features = ["underline-color"]

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.weact-studio-epd]
version = "0.1.2"
features = ["blocking"]
optional = true

[dev-dependencies.paste]
version = "1.0.15"

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

[dev-dependencies.rstest]
version = "0.26.1"

[lints.clippy]
alloc_instead_of_core = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"

[lints.rust]
missing_docs = "warn"