zlob 1.3.0

SIMD optimized glob pattern matching library faster than glob crate
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]
edition = "2021"
name = "zlob"
version = "1.3.0"
build = "build.rs"
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/Cargo.lock",
    "/build.rs",
    "/README.md",
    "/build.zig",
    "/build.zig.zon",
    "/include/**/*",
    "/zig-src/**/*.zig",
    "!/zig-src/.zig-cache/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD optimized glob pattern matching library faster than glob crate"
homepage = "https://github.com/dmtrKovalenko/zlob"
documentation = "https://docs.rs/zlob"
readme = "README.md"
keywords = [
    "glob",
    "pattern",
    "matching",
    "simd",
    "gitignore",
]
categories = [
    "filesystem",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/dmtrKovalenko/zlob"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
rustc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "zlob"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.bindgen]
version = "0.70"