norad 0.18.2

Read and write Unified Font Object files.
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"
name = "norad"
version = "0.18.2"
authors = [
    "Colin Rofls <colin@cmyr.net>",
    "Nikolaus Waxweiler <madigens@gmail.com>",
]
build = false
exclude = ["/testdata/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and write Unified Font Object files."
readme = "README.md"
keywords = [
    "font",
    "ufo",
    "fonts",
]
categories = [
    "graphics",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/linebender/norad"

[package.metadata.docs.rs]
features = ["kurbo"]

[features]
default = ["object-libs"]
kurbo = ["dep:kurbo"]
object-libs = ["uuid"]
rayon = ["dep:rayon"]

[lib]
name = "norad"
path = "src/lib.rs"
bench = false

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

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

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

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

[[bench]]
name = "glif_parse"
path = "benches/glif_parse.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.close_already]
version = "0.3"

[dependencies.indexmap]
version = "2.0.0"
features = ["serde"]

[dependencies.kurbo]
version = "0.13.0"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.plist]
version = "1.4.1"
features = ["serde"]

[dependencies.quick-xml]
version = "0.38.0"
features = ["serialize"]

[dependencies.rayon]
version = "1.3.0"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "rc",
    "derive",
]

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.expect-test]
version = "1.4.1"

[dev-dependencies.failure]
version = "0.1.6"

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.pretty_assertions]
version = "1.0"

[dev-dependencies.serde_test]
version = "1.0.102"

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

[target.'cfg(not(target_family = "wasm"))'.dependencies.uuid]
version = "1.2"
features = ["v4"]
optional = true

[target.'cfg(target_family = "wasm")'.dependencies.uuid]
version = "1.2"
features = [
    "v4",
    "js",
]
optional = true