# 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.14.2" authors = [ "Colin Rofls ", "Nikolaus Waxweiler ", ] build = false exclude = ["/testdata/*"] 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"] [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.11.0" optional = true [dependencies.plist] version = "1.4.1" features = ["serde"] [dependencies.quick-xml] version = "0.36.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 = "1.0" [dependencies.uuid] version = "1.2" features = ["v4"] [dev-dependencies.criterion] version = "0.5" [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" [features] default = [] kurbo = ["dep:kurbo"] rayon = ["dep:rayon"]