# 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 = "floem-cosmic-text" version = "0.7.2" authors = ["Jeremy Soller "] description = "Unofficial cosmic-text fork for Floem" documentation = "https://docs.rs/cosmic-text/latest/cosmic_text/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/pop-os/cosmic-text" [dependencies.fontdb] version = "0.16.0" default-features = false [dependencies.libm] version = "0.2.6" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.1" [dependencies.ouroboros] version = "0.18.3" default-features = false [dependencies.parking_lot] version = "0.12.1" [dependencies.peniko] version = "0.1.0" [dependencies.rangemap] version = "1.2.0" [dependencies.rustybuzz] version = "0.12.1" features = ["libm"] default-features = false [dependencies.stretto] version = "0.8.1" [dependencies.swash] version = "0.1.8" optional = true [dependencies.syntect] version = "5.0.0" optional = true [dependencies.sys-locale] version = "0.2.3" optional = true [dependencies.ttf-parser] version = "0.20.0" [dependencies.unicode-bidi] version = "0.3.8" features = ["hardcoded-data"] default-features = false [dependencies.unicode-linebreak] version = "0.1.4" [dependencies.unicode-script] version = "0.5.5" [dependencies.unicode-segmentation] version = "1.10.0" [features] default = [ "std", "swash", ] no_std = ["rustybuzz/libm"] std = [ "fontdb/memmap", "fontdb/std", "fontdb/fontconfig", "ouroboros/std", "rustybuzz/std", "sys-locale", "unicode-bidi/std", ] vi = ["syntect"]