[dependencies.crossbeam-deque]
version = "0.8.3"
[dependencies.globset]
version = "0.4.15"
[dependencies.log]
version = "0.4.20"
[dependencies.memchr]
version = "2.6.3"
[dependencies.regex-automata]
default-features = false
features = ["std", "perf", "syntax", "meta", "nfa", "hybrid", "dfa-onepass"]
version = "0.4.0"
[dependencies.same-file]
version = "1.0.6"
[dependencies.walkdir]
version = "2.4.0"
[dev-dependencies.bstr]
default-features = false
features = ["std"]
version = "1.6.2"
[dev-dependencies.crossbeam-channel]
version = "0.5.8"
[[example]]
name = "walk"
path = "examples/walk.rs"
[features]
simd-accel = []
[lib]
bench = false
name = "ignore"
path = "src/lib.rs"
[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
A fast library for efficiently matching ignore files such as `.gitignore`
against file paths.
"""
documentation = "https://docs.rs/ignore"
edition = "2021"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
keywords = ["glob", "ignore", "gitignore", "pattern", "file"]
license = "Unlicense OR MIT"
name = "ignore"
readme = "README.md"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
version = "0.4.23"
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.2"
[[test]]
name = "gitignore_matched_path_or_any_parents_tests"
path = "tests/gitignore_matched_path_or_any_parents_tests.rs"