gitignore 1.0.2

Implementation of .gitignore file parsing and glob testing in Rust.
Documentation
[package]
name = "gitignore"
version = "1.0.2"
authors = ["Nathan Kleyn <nathan@nathankleyn.com>"]
description = "Implementation of .gitignore file parsing and glob testing in Rust."
license = "MIT"
documentation = "https://nathankleyn.com/gitignore.rs/gitignore/"
repository = "https://github.com/nathankleyn/gitignore.rs"

[dependencies]
glob = "0.2.10"
tempdir = "0.3.0"

[features]
# Whether or not to enable compilation of features that only work on nightly. This is currently only benchmarks that
# need this.
nightly = []