2019-12-10 03:57:55 +00:00
|
|
|
[package]
|
2020-04-06 07:16:14 +00:00
|
|
|
authors = ["The Nu Project Contributors"]
|
2019-12-17 17:07:00 +00:00
|
|
|
description = "A process list plugin for Nushell"
|
2020-07-05 20:12:44 +00:00
|
|
|
edition = "2018"
|
2019-12-17 17:07:00 +00:00
|
|
|
license = "MIT"
|
2020-07-05 20:12:44 +00:00
|
|
|
name = "nu_plugin_ps"
|
|
|
|
version = "0.16.1"
|
2019-12-10 03:57:55 +00:00
|
|
|
|
2020-01-31 22:45:33 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-12-10 03:57:55 +00:00
|
|
|
[dependencies]
|
2020-07-05 20:12:44 +00:00
|
|
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
|
|
|
nu-plugin = {path = "../nu-plugin", version = "0.16.1"}
|
|
|
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
|
|
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
2019-12-10 03:57:55 +00:00
|
|
|
|
2020-07-05 20:12:44 +00:00
|
|
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
2020-04-08 22:28:20 +00:00
|
|
|
futures-timer = "3.0.2"
|
2019-12-10 03:57:55 +00:00
|
|
|
|
2020-02-04 06:51:14 +00:00
|
|
|
[dependencies.heim]
|
|
|
|
default-features = false
|
2020-05-30 20:54:33 +00:00
|
|
|
features = ["process"]
|
2020-07-05 20:12:44 +00:00
|
|
|
version = "0.1.0-beta.3"
|
2020-02-04 06:51:14 +00:00
|
|
|
|
2019-12-10 03:57:55 +00:00
|
|
|
[build-dependencies]
|
2020-07-05 20:12:44 +00:00
|
|
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|