[dependencies]
[dev-dependencies]
[features]
default = ["enabled"]
enabled = []
full = ["enabled"]
[lib]
name = "find_it"
path = "src/lib.rs"
[package]
authors = ["wandalen <wandalen.me@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "filesystem"]
description = """
Resource discovery and search utilities with file finding, pattern matching, and path resolution
"""
documentation = "https://docs.rs/find_it"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/find_it"
keywords = ["search", "find", "discovery", "pattern", "lookup"]
license = "MIT"
name = "find_it"
readme = "readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/find_it"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]
[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"