gix-glob 0.16.2

A crate of the gitoxide project dealing with pattern matching
Documentation
[dependencies.bitflags]
version = "2"

[dependencies.bstr]
default-features = false
features = ["std"]
version = "1.3.0"

[dependencies.document-features]
optional = true
version = "0.2.0"

[dependencies.gix-features]
version = "^0.38.1"

[dependencies.gix-path]
version = "^0.10.7"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.114"

[dev-dependencies]

[features]
serde = ["dep:serde", "bstr/serde", "bitflags/serde"]

[lib]
doctest = false

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A crate of the gitoxide project dealing with pattern matching"
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
license = "MIT OR Apache-2.0"
name = "gix-glob"
repository = "https://github.com/Byron/gitoxide"
rust-version = "1.65"
version = "0.16.2"
[package.metadata.docs.rs]
all-features = true
features = ["document-features"]