# 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 = "swash" version = "0.1.19" authors = ["Chad Brokaw "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Font introspection, complex text shaping and glyph rendering." homepage = "https://github.com/dfrg/swash" readme = "README.md" keywords = [ "font", "shape", "glyph", "text", ] categories = [ "graphics", "text-processing", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/dfrg/swash" [lib] name = "swash" path = "src/lib.rs" [dependencies.skrifa] version = "0.22.3" [dependencies.yazi] version = "0.1.6" optional = true [dependencies.zeno] version = "0.2.2" optional = true default-features = false [features] default = [ "scale", "render", ] render = [ "scale", "zeno/eval", ] scale = [ "dep:yazi", "dep:zeno", ] [lints.clippy] doc_markdown = "warn" semicolon_if_nothing_returned = "warn"