# 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-ignore" version = "5.0.0" authors = ["FĂ©lix Saparelli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Watchexec filterer component for ignore files" homepage = "https://watchexec.github.io" documentation = "https://docs.rs/watchexec-filterer-ignore" readme = "README.md" keywords = [ "watchexec", "filterer", "ignore", ] license = "Apache-2.0" repository = "https://github.com/watchexec/watchexec" [lib] name = "watchexec_filterer_ignore" path = "src/lib.rs" [[test]] name = "filtering" path = "tests/filtering.rs" [dependencies.dunce] version = "1.0.4" [dependencies.ignore] version = "0.4.18" [dependencies.ignore-files] version = "3.0.2" [dependencies.normalize-path] version = "0.2.1" [dependencies.tracing] version = "0.1.40" [dependencies.watchexec] version = "5.0.0" [dependencies.watchexec-events] version = "4.0.0" [dependencies.watchexec-signals] version = "4.0.0" [dev-dependencies.project-origins] version = "1.4.0" [dev-dependencies.tokio] version = "1.33.0" features = [ "fs", "io-std", "rt", "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3.6"