eot-parse 1.0.1

Parser for the Embeddable OpenType font format.
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 = "eot-parse"
version = "1.0.1"
authors = [
    "Kiƫd Llaentenn <kiedtl@tilde.team>",
    "Brennan T. Vincent <brennanv@email.arizona.edu>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for the Embeddable OpenType font format."
documentation = "https://docs.rs/eot-parse"
readme = false
license = "MPL-2.0"
repository = "https://github.com/kiedtl/eot-rs"

[lib]
name = "eot_parse"
crate-type = [
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.byteorder]
version = "1.5.0"

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.ttf-parser]
version = "0.20"