summaryrefslogtreecommitdiffstats
path: root/vendor/ignore/Cargo.toml
blob: 5f823960a6c8c873f6e1afc6dfb50cf8fcece3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "ignore"
version = "0.4.18"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A fast library for efficiently matching ignore files such as `.gitignore`\nagainst file paths.\n"
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/MIT"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore"

[lib]
name = "ignore"
bench = false
[dependencies.crossbeam-utils]
version = "0.8.0"

[dependencies.globset]
version = "0.4.7"

[dependencies.lazy_static]
version = "1.1"

[dependencies.log]
version = "0.4.5"

[dependencies.memchr]
version = "2.1"

[dependencies.regex]
version = "1.1"

[dependencies.same-file]
version = "1.0.4"

[dependencies.thread_local]
version = "1"

[dependencies.walkdir]
version = "2.2.7"
[dev-dependencies.crossbeam-channel]
version = "0.5.0"

[features]
simd-accel = ["globset/simd-accel"]
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.2"