blob: 60ab32a56d7fe9771c77de648f64858487e327a5 [file] [log] [blame]
# 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 = "ignore"
version = "0.4.21"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`
against file paths.
"""
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
documentation = "https://docs.rs/ignore"
readme = "README.md"
keywords = [
"glob",
"ignore",
"gitignore",
"pattern",
"file",
]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"
[lib]
name = "ignore"
bench = false
[dependencies.crossbeam-deque]
version = "0.8.3"
[dependencies.globset]
version = "0.4.14"
[dependencies.log]
version = "0.4.20"
[dependencies.memchr]
version = "2.6.3"
[dependencies.regex-automata]
version = "0.4.0"
features = [
"std",
"perf",
"syntax",
"meta",
"nfa",
"hybrid",
"dfa-onepass",
]
default-features = false
[dependencies.same-file]
version = "1.0.6"
[dependencies.walkdir]
version = "2.4.0"
[dev-dependencies.bstr]
version = "1.6.2"
features = ["std"]
default-features = false
[dev-dependencies.crossbeam-channel]
version = "0.5.8"
[features]
simd-accel = []
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.2"