[package] name = "zng-wgt-data-view" version = "0.3.30" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_wgt_data_view" repository = "https://github.com/zng-ui/zng" categories = ["gui"] keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.5.6" } zng-var = { path = "../zng-var", version = "0.5.9" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.4.2" } parking_lot = "0.12" tracing = "0.1" [dev-dependencies] zng-app = { path = "../zng-app" }