# 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-scroll" version = "0.4.32" 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_scroll" 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_wgt_scroll" path = "src/lib.rs" [dependencies.atomic] version = "0.6" [dependencies.bitflags] version = "2.5" features = [ "serde", "bytemuck", ] [dependencies.bytemuck] version = "1.15" features = ["derive"] [dependencies.euclid] version = "0.22" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.zng-app] version = "0.13.6" [dependencies.zng-color] version = "0.3.15" [dependencies.zng-ext-input] version = "0.5.30" [dependencies.zng-ext-window] version = "0.3.31" [dependencies.zng-var] version = "0.5.9" [dependencies.zng-wgt] version = "0.5.6" [dependencies.zng-wgt-access] version = "0.2.40" [dependencies.zng-wgt-container] version = "0.4.2" [dependencies.zng-wgt-fill] version = "0.2.40" [dependencies.zng-wgt-input] version = "0.2.42" [dependencies.zng-wgt-layer] version = "0.3.32" [dependencies.zng-wgt-size-offset] version = "0.2.40" [features] debug_default = [] default = ["debug_default"] dyn_closure = []