[dependencies.smallvec]
features = ["extract_if", "specialization"]
version = "2.0.0-alpha.11"
[features]
nightly = ["smallvec/may_dangle"]
[lib]
name = "pathing"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "warn"
manual_let_else = "warn"
type_complexity = "allow"
unnecessary_wraps = "warn"
used_underscore_binding = "warn"
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.rust]
unreachable_pub = "allow"
[package]
authors = ["d@nny mc² <dmc2@hypnicjerk.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "filesystem", "os::unix-apis", "os::windows-apis"]
description = """
Cross-platform path handling library.
"""
edition = "2024"
keywords = ["walk", "crawl", "directory", "recursive", "filesystem"]
license = "LGPL-3.0-or-later"
name = "pathing"
readme = false
repository = "https://codeberg.org/cosmicexplorer/ignoramus"
resolver = "2"
rust-version = "1.85.0"
version = "0.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]