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