[package] name = "swash" version = "0.1.19" authors = ["Chad Brokaw "] edition = "2021" description = "Font introspection, complex text shaping and glyph rendering." license = "Apache-2.0 OR MIT" keywords = ["font", "shape", "glyph", "text"] categories = ["graphics", "text-processing"] repository = "https://github.com/dfrg/swash" homepage = "https://github.com/dfrg/swash" readme = "README.md" [features] default = ["scale", "render"] scale = ["dep:yazi", "dep:zeno"] render = ["scale", "zeno/eval"] [lints] clippy.doc_markdown = "warn" clippy.semicolon_if_nothing_returned = "warn" [dependencies] yazi = { version = "0.1.6", optional = true } zeno = { version = "0.2.2", optional = true, default-features = false } skrifa = { version = "0.22.3" }