# 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-view" version = "0.14.2" authors = ["Diggory Hardy "] exclude = ["/screenshots"] description = "KAS GUI / view widgets" documentation = "https://docs.rs/kas-view/" readme = "README.md" keywords = ["gui"] categories = ["gui"] license = "Apache-2.0" repository = "https://github.com/kas-gui/kas" [package.metadata.docs.rs] features = [ "kas/winit", "kas/wayland", ] rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.kas] version = "0.14.1" package = "kas-core" [dependencies.kas-widgets] version = "0.14.1" [dependencies.linear-map] version = "1.2.0" [dependencies.log] version = "0.4"