[[bench]]
harness = false
name = "dowser"
path = "benches/dowser.rs"
[[bench]]
harness = false
name = "extension"
path = "benches/extension.rs"
[dependencies.ahash]
default-features = false
version = "0.8.*"
[dependencies.dactyl]
version = "0.13.*"
[dev-dependencies.brunch]
version = "0.11.*"
[lib]
name = "dowser"
path = "src/lib.rs"
[package]
authors = ["Josh Stoik <josh@blobfolio.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A recursive, canonicalizing file finding library for Unix."
edition = "2024"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "doc", "examples", "justfile", "release", "tests"]
license = "WTFPL"
name = "dowser"
readme = "README.md"
repository = "https://github.com/Blobfolio/dowser"
rust-version = "1.88"
version = "0.16.1"
[package.metadata.bashman]
name = "Dowser"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"