# 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-ext-fs-watcher" version = "0.2.39" authors = ["The Zng Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_ext_fs_watcher" 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_ext_fs_watcher" path = "src/lib.rs" [dependencies.atomic] version = "0.6" [dependencies.flume] version = "0.11" [dependencies.glob] version = "0.3" [dependencies.notify] version = "6.1" [dependencies.parking_lot] version = "0.12" [dependencies.path-absolutize] version = "3.1" [dependencies.ron] version = "0.8" features = ["indexmap"] optional = true [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.toml] version = "0.8" features = ["preserve_order"] optional = true [dependencies.tracing] version = "0.1" [dependencies.walkdir] version = "2.5" [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-handle] version = "0.2.5" [dependencies.zng-task] version = "0.4.10" [dependencies.zng-txt] version = "0.2.8" [dependencies.zng-unit] version = "0.2.10" [dependencies.zng-var] version = "0.5.9" [features] json = ["dep:serde_json"] ron = ["dep:ron"] toml = ["dep:toml"] yaml = ["dep:serde_yaml"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.fs4] version = "0.9"