nu-path 0.109.1

Path handling library for Nushell
Documentation
[dependencies.dirs]
version = "6.0"

[dependencies.ref-cast]
version = "1.0.23"

[lib]
bench = false
name = "nu_path"
path = "src/lib.rs"

[lints.clippy]
result_large_err = "allow"
unchecked_duration_subtraction = "warn"
used_underscore_binding = "warn"

[package]
authors = ["The Nushell Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Path handling library for Nushell"
edition = "2024"
exclude = ["/fuzz"]
license = "MIT"
name = "nu-path"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-path"
version = "0.109.1"

[target.'cfg(all(unix, not(target_os = "macos"), not(target_os = "android")))'.dependencies.pwd]
version = "1.3"

[target."cfg(windows)".dependencies.omnipath]
version = "0.1"