gitignore 1.0.8

DEPRECATED, SEE README! Pereviously, an implementation of .gitignore file parsing and glob testing in Rust.
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 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]
name = "gitignore"
version = "1.0.8"
authors = ["Nathan Kleyn <nathan@nathankleyn.com>"]
description = "DEPRECATED, SEE README! Pereviously, an implementation of .gitignore file parsing and glob testing in Rust."
documentation = "https://nathankleyn.com/gitignore.rs/gitignore/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nathankleyn/gitignore.rs"

[dependencies.glob]
version = "0.3"

[dev-dependencies.tempdir]
version = "0.3.5"

[features]
nightly = []

[badges.maintenance]
status = "deprecated"