[dependencies.regex]
default-features = false
optional = true
version = "1"
[[example]]
name = "test"
path = "examples/test.rs"
required-features = ["parsing"]
[features]
default = ["parsing", "encoding"]
encoding = []
parsing = ["regex"]
[lib]
name = "libyaff"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "embedded"]
description = "Yet Another Font Format (YAFF) - A compact bitmap font format with kerning support"
documentation = "https://docs.rs/libyaff"
edition = "2024"
homepage = "https://github.com/osdyne/os"
keywords = ["fonts", "bitmap", "graphics", "embedded"]
license = "MIT OR Apache-2.0"
name = "libyaff"
readme = "README.md"
repository = "https://github.com/osdyne/os"
version = "0.1.0"