nu-path 0.111.0

Path handling library for Nushell
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.dirs]
version = "6.0"

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

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

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

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