packed-font 0.1.0

Compile-time font rasterizer and packer for embedded systems
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 = "packed-font"
version = "0.1.0"
authors = ["Alexey Galakhov <agalakhov@gmail.com>"]
build = false
include = [
    "examples/*",
    "src/*",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time font rasterizer and packer for embedded systems"
homepage = "https://github.com/agalakhov/packed-font"
documentation = "https://docs.rs/packed-font/0.1.0"
readme = "README.md"
keywords = [
    "embedded",
    "graphics",
    "font",
    "no_std",
    "truetype",
]
categories = [
    "embedded",
    "graphics",
    "no-std",
]
license = "MIT"
repository = "https://github.com/agalakhov/packed-font"

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

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

[dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]

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

[dependencies.packed-font-derive]
version = "0.1.0"

[dependencies.packed-font-structs]
version = "0.1.0"

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