# 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 = "kas-resvg" version = "0.14.2" authors = ["Diggory Hardy "] exclude = ["/screenshots"] description = "KAS GUI / widgets" documentation = "https://docs.rs/kas-widgets/" readme = "README.md" keywords = ["gui"] categories = ["gui"] license = "Apache-2.0" repository = "https://github.com/kas-gui/kas" [package.metadata.docs.rs] all-features = true features = [ "svg", "kas/winit", "kas/wayland", ] rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.kas] version = "0.14.1" features = ["spawn"] package = "kas-core" [dependencies.once_cell] version = "1.17.0" [dependencies.resvg] version = "0.36.0" optional = true [dependencies.thiserror] version = "1.0.23" [dependencies.tiny-skia] version = "0.11.0" [dependencies.usvg] version = "0.36.0" optional = true [features] svg = [ "dep:resvg", "dep:usvg", ]