# 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 = "zng-wgt" version = "0.5.6" authors = ["The Zng Project Developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_wgt" readme = "README.md" keywords = [ "gui", "ui", "user-interface", "zng", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/zng-ui/zng" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--html-in-header", "doc/html-in-header.html", ] [lib] name = "zng_wgt" path = "src/lib.rs" [dependencies.paste] version = "1.0" [dependencies.pretty-type-name] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.zng-app] version = "0.13.6" [dependencies.zng-app-context] version = "0.5.12" [dependencies.zng-clone-move] version = "0.2.5" [dependencies.zng-color] version = "0.3.15" [dependencies.zng-layout] version = "0.2.30" [dependencies.zng-state-map] version = "0.3.7" [dependencies.zng-task] version = "0.4.10" [dependencies.zng-txt] version = "0.2.8" [dependencies.zng-unique-id] version = "0.4.7" [dependencies.zng-var] version = "0.5.9" [features] debug_default = ["zng-var/debug_default"] default = ["debug_default"] dyn_closure = ["zng-var/dyn_closure"] http = ["zng-task/http"] [target.'cfg(target_arch = "wasm32")'.dependencies.web-time] version = "1.0"