# 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.61.0" name = "watchexec-filterer-globset" version = "6.0.0" authors = [ "Matt Green ", "FĂ©lix Saparelli ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Watchexec filterer component based on globset" homepage = "https://watchexec.github.io" documentation = "https://docs.rs/watchexec-filterer-globset" readme = "README.md" keywords = [ "watchexec", "filterer", "globset", ] license = "Apache-2.0" repository = "https://github.com/watchexec/watchexec" [lib] name = "watchexec_filterer_globset" path = "src/lib.rs" [[test]] name = "filtering" path = "tests/filtering.rs" [dependencies.ignore] version = "0.4.18" [dependencies.ignore-files] version = "3.0.2" [dependencies.tracing] version = "0.1.40" [dependencies.watchexec] version = "5.0.0" [dependencies.watchexec-events] version = "4.0.0" [dependencies.watchexec-filterer-ignore] version = "5.0.0" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1.33.0" features = [ "fs", "io-std", "rt", "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3.6" [features] default = [] full_debug = []