spf 0.9.0

.spf (Simple Pixel Font) file parser
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"
rust-version = "1.78.0"
name = "spf"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = ".spf (Simple Pixel Font) file parser"
readme = "README.md"
categories = [
    "parsing",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/SimplePixelFont/spf.rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
articles = []
default = [
    "std",
    "log",
    "serde",
    "ffi",
    "articles",
    "tagging",
]
ffi = []
log = ["dep:log"]
serde = [
    "dep:serde",
    "bitflags/serde",
]
std = []
tagging = []

[lib]
name = "spf"
crate-type = ["rlib"]
path = "src/lib.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.bitflags]
version = "2.11.1"

[dependencies.log]
version = "0.4.27"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.env_logger]
version = "0.11.8"