2021-06-19 23:07:26 +00:00
|
|
|
[package]
|
2022-03-13 18:30:27 +00:00
|
|
|
authors = ["The Nushell Project Developers"]
|
2021-08-28 12:59:09 +00:00
|
|
|
description = "Path handling library for Nushell"
|
2022-08-14 12:21:20 +00:00
|
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-path"
|
2022-01-20 13:13:45 +00:00
|
|
|
edition = "2021"
|
2021-10-01 05:11:49 +00:00
|
|
|
license = "MIT"
|
|
|
|
name = "nu-path"
|
2023-01-11 21:30:41 +00:00
|
|
|
version = "0.74.1"
|
2021-06-19 23:07:26 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
dirs-next = "2.0.0"
|
2022-10-29 19:19:12 +00:00
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
2022-10-22 16:51:52 +00:00
|
|
|
omnipath = "0.1.1"
|
2022-04-24 22:12:57 +00:00
|
|
|
|
2022-09-01 00:34:26 +00:00
|
|
|
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
|
2022-10-22 16:51:52 +00:00
|
|
|
pwd = "1.3.1"
|