Remove unused dependencies (#5145)

* Remove unused packages from base Cargo.toml

* Remove unused crossterm_winapi from nu-cli

* Remove unused dependencies from nu-system

* Remove unused dependencies from nu-test-support
This commit is contained in:
Reilly Wood
2022-04-09 14:14:55 -07:00
committed by GitHub
parent 791e8a0e59
commit 58f395989a
5 changed files with 0 additions and 32 deletions

View File

@ -16,7 +16,6 @@ nu-ansi-term = "0.45.1"
nu-color-config = { path = "../nu-color-config", version = "0.60.1" }
crossterm = "0.23.0"
crossterm_winapi = "0.9.0"
miette = { version = "4.1.0", features = ["fancy"] }
thiserror = "1.0.29"
#reedline = {"0.3.0", features = ["bashisms"]}

View File

@ -17,14 +17,10 @@ path = "src/main.rs"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
procfs = "0.12.0"
users = "0.11"
which = "4"
[target.'cfg(target_os = "macos")'.dependencies]
libproc = "0.10"
errno = "0.2"
users = "0.11"
which = "4"
libc = "0.2"
[target.'cfg(target_os = "windows")'.dependencies]

View File

@ -11,13 +11,9 @@ doctest = false
[dependencies]
nu-path = { path="../nu-path", version = "0.60.1" }
nu-protocol = { path="../nu-protocol", version = "0.60.1" }
nu-glob = { path = "../nu-glob", version = "0.60.1" }
bigdecimal = { package = "bigdecimal", version = "0.3.0", features = ["serde"] }
chrono = "0.4.19"
getset = "0.1.1"
indexmap = { version="1.6.1", features=["serde-1"] }
num-bigint = { version="0.4.3", features=["serde"] }
tempfile = "3.2.0"
hamcrest2 = "0.3.0"