[[bin]]
name = "satch"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.16"
[lib]
crate-type = ["lib"]
name = "satch"
path = "src/lib.rs"
[package]
authors = ["ushironoko"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "text-processing", "command-line-utilities"]
description = "A high-performance Rust implementation of picomatch/micromatch pattern matching"
documentation = "https://docs.rs/satch"
edition = "2021"
homepage = "https://github.com/ushironoko/satch"
keywords = ["glob", "pattern", "matching", "micromatch", "picomatch"]
license = "MIT"
name = "satch"
readme = "README.md"
repository = "https://github.com/ushironoko/satch"
version = "0.1.0"