# 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-var" version = "0.5.9" 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_var" 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 [lib] name = "zng_var" path = "src/lib.rs" [dependencies.bitflags] version = "2.5" features = [ "serde", "bytemuck", ] [dependencies.bytemuck] version = "1.15" features = ["derive"] [dependencies.parking_lot] version = "0.12" [dependencies.pretty-type-name] version = "1.0" [dependencies.take_mut] version = "0.2" [dependencies.tracing] version = "0.1" [dependencies.zng-app-context] version = "0.5.12" [dependencies.zng-clone-move] version = "0.2.5" [dependencies.zng-handle] version = "0.2.5" [dependencies.zng-time] version = "0.2.24" [dependencies.zng-txt] version = "0.2.8" [dependencies.zng-unit] version = "0.2.10" [dependencies.zng-var-proc-macros] version = "0.2.8" [features] debug_default = [] default = ["debug_default"] dyn_closure = []