globset 0.4.0

Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched.
Documentation
# 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.0"
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.6.0"

[dependencies.fnv]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2"

[dependencies.regex]
version = "0.2.9"
[dev-dependencies.glob]
version = "0.2"

[features]
simd-accel = ["regex/simd-accel"]