# 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.58.0" name = "ignore-files" version = "3.0.2" authors = ["FĂ©lix Saparelli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Find, parse, and interpret ignore files" documentation = "https://docs.rs/ignore-files" readme = "README.md" keywords = [ "ignore", "files", "discover", "find", ] license = "Apache-2.0" repository = "https://github.com/watchexec/watchexec" [lib] name = "ignore_files" path = "src/lib.rs" [[test]] name = "filtering" path = "tests/filtering.rs" [dependencies.dunce] version = "1.0.4" [dependencies.futures] version = "0.3.29" [dependencies.gix-config] version = "0.40.0" [dependencies.ignore] version = "0.4.18" [dependencies.miette] version = "7.2.0" [dependencies.normalize-path] version = "0.2.1" [dependencies.project-origins] version = "1.4.0" [dependencies.radix_trie] version = "0.2.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = [ "fs", "macros", "rt", ] default-features = false [dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.6" [features] default = [] full_debug = []