# 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" rust-version = "1.73" name = "xtask-watch" version = "0.2.3" include = [ "src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT", ] description = "A customizable helper to watch for changes in your projects using xtask." homepage = "https://github.com/rustminded/xtask-wasm" documentation = "https://docs.rs/xtask-wasm" readme = "README.md" keywords = [ "wasm", "cli", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.52" [dependencies.cargo_metadata] version = "0.15.0" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.notify] version = "5.0.0" [target."cfg(unix)".dependencies.libc] version = "0.2.112"