mplusfonts 0.3.3

Parametrized bitmap font family for embedded-graphics
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 = "mplusfonts"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parametrized bitmap font family for embedded-graphics"
homepage = "https://crates.io/crates/mplusfonts"
documentation = "https://docs.rs/mplusfonts"
readme = "README.md"
keywords = [
    "bitmap",
    "font",
    "kanji",
    "monospaced",
    "variable-width",
]
categories = [
    "embedded",
    "graphics",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iddey/mplusfonts"

[features]
defmt = [
    "dep:defmt",
    "embedded-graphics/defmt",
]

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

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

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

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

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

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

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

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

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

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

[[example]]
name = "tui-block"
path = "examples/tui-block.rs"

[[example]]
name = "tui-boxes"
path = "examples/tui-boxes.rs"

[[example]]
name = "tui-dots-2x4"
path = "examples/tui-dots-2x4.rs"

[[example]]
name = "tui-rect-2x3"
path = "examples/tui-rect-2x3.rs"

[[example]]
name = "tui-rect-2x4"
path = "examples/tui-rect-2x4.rs"

[dependencies.defmt]
version = "1.0"
optional = true

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

[dependencies.mplusfonts-macros]
version = "=0.3.3"

[dev-dependencies.chrono]
version = "0.4"
features = ["clock"]

[dev-dependencies.embedded-graphics-simulator]
version = "0.8.0"

[dev-dependencies.embedded-text]
version = "0.7.3"
features = ["ansi"]