# 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 = "pulumi-watch" version = "0.1.5" authors = ["Aaron Friel "] description = "A minimal filesystem watcher, based on watchexec" keywords = [ "cli", "helper", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/pulumi/pulumi-watch" resolver = "2" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/cli-v{ version }/pulumi-watch-{ version }-{ target }.tar.gz" bin-dir = "watchexec-{ version }-{ target }/{ bin }{ format }" pkg-fmt = "tgz" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-url = "{ repo }/releases/download/cli-v{ version }/pulumi-watch-{ version }-{ target }.zip" pkg-fmt = "zip" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.13" features = ["derive"] [dependencies.futures] version = "0.3.19" [dependencies.ignore-files] version = "1.0.0" [dependencies.miette] version = "5.1.1" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.tokio-util] version = "0.7.1" [dependencies.watchexec] version = "2.0.0" [dependencies.watchexec-filterer-globset] version = "1.0.0" [build-dependencies.embed-resource] version = "1.6.1"