# 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 = "2018" name = "usvgr-text-layout" version = "0.30.0" authors = ["Yevhenii Reizner "] description = "An SVG text layout implementation." documentation = "https://docs.rs/usvg-text-layout/" keywords = ["svg"] categories = ["multimedia::images"] license = "MPL-2.0" repository = "https://github.com/RazrFalcon/resvg" [dependencies.fontdb] version = "0.12" default-features = false [dependencies.kurbo] version = "0.9" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.9.0" [dependencies.rustybuzz] version = "0.6.0" [dependencies.unicode-bidi] version = "0.3" [dependencies.unicode-script] version = "0.5" [dependencies.unicode-vo] version = "0.1" [dependencies.usvgr] version = "0.30.0" [features] default = [ "system-fonts", "memmap-fonts", ] memmap-fonts = ["fontdb/memmap"] system-fonts = [ "fontdb/fs", "fontdb/fontconfig", ]