blob: f01d1843a159aa37fca5724a416cd468bee98ad4 [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 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]
name = "globset"
version = "0.4.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Cross platform single glob and glob set matching. Glob set matching is the\nprocess of matching one or more glob patterns against a single candidate path\nsimultaneously, and returning all of the globs that matched.\n"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/globset"
documentation = "https://docs.rs/globset"
readme = "README.md"
keywords = ["regex", "glob", "multiple", "set", "pattern"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/globset"
[lib]
name = "globset"
bench = false
[dependencies.aho-corasick]
version = "0.7.3"
[dependencies.bstr]
version = "0.1.2"
features = ["std"]
default-features = false
[dependencies.fnv]
version = "1.0.6"
[dependencies.log]
version = "0.4.5"
[dependencies.regex]
version = "1.1.5"
[dev-dependencies.glob]
version = "0.3.0"
[features]
simd-accel = []