# 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-widgets" 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] features = [ "min_spec", "kas/winit", "kas/wayland", ] rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.image] version = "0.24.1" optional = true [dependencies.kas] version = "0.14.1" package = "kas-core" [dependencies.kas-macros] version = "0.14.1" [dependencies.linear-map] version = "1.2.0" [dependencies.log] version = "0.4" [dependencies.smallvec] version = "1.6.1" [dependencies.thiserror] version = "1.0.23" [dependencies.unicode-segmentation] version = "1.7" [features] min_spec = []