[dependencies.dirs]
version = "5.0"
[dependencies.ref-cast]
version = "1.0.23"
[lib]
bench = false
name = "nu_path"
path = "src/lib.rs"
[lints.clippy]
unchecked_duration_subtraction = "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 = "2021"
exclude = ["/fuzz"]
license = "MIT"
name = "nu-path"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-path"
version = "0.103.0"
[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"