# 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" rust-version = "1.75" name = "parley" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parley provides an API for implementing rich text layout." readme = "README.md" keywords = [ "text", "layout", ] categories = [ "gui", "graphics", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/parley" [lib] name = "parley" path = "src/lib.rs" [dependencies.fontique] version = "0.2.0" default-features = false [dependencies.peniko] version = "0.2.0" default-features = false [dependencies.skrifa] version = "0.22.3" default-features = false [dependencies.swash] version = "0.1.19" default-features = false [features] default = ["system"] libm = [ "fontique/libm", "skrifa/libm", "peniko/libm", ] std = [ "fontique/std", "skrifa/std", "peniko/std", ] system = [ "std", "fontique/system", ] [lints.clippy] doc_markdown = "warn" semicolon_if_nothing_returned = "warn" trivially_copy_pass_by_ref = "warn" [lints.rust] unused_qualifications = "warn"