nu 0.21.0

A new type of shell
[[bin]]
name = "nu_plugin_core_textview"
path = "src/plugins/nu_plugin_core_textview.rs"
required-features = ["textview"]

[[bin]]
name = "nu_plugin_core_inc"
path = "src/plugins/nu_plugin_core_inc.rs"
required-features = ["inc"]

[[bin]]
name = "nu_plugin_core_ps"
path = "src/plugins/nu_plugin_core_ps.rs"
required-features = ["ps"]

[[bin]]
name = "nu_plugin_core_sys"
path = "src/plugins/nu_plugin_core_sys.rs"
required-features = ["sys"]

[[bin]]
name = "nu_plugin_core_fetch"
path = "src/plugins/nu_plugin_core_fetch.rs"
required-features = ["fetch"]

[[bin]]
name = "nu_plugin_core_match"
path = "src/plugins/nu_plugin_core_match.rs"
required-features = ["match"]

[[bin]]
name = "nu_plugin_core_post"
path = "src/plugins/nu_plugin_core_post.rs"
required-features = ["post"]

[[bin]]
name = "nu_plugin_extra_binaryview"
path = "src/plugins/nu_plugin_extra_binaryview.rs"
required-features = ["binaryview"]

[[bin]]
name = "nu_plugin_extra_tree"
path = "src/plugins/nu_plugin_extra_tree.rs"
required-features = ["tree"]

[[bin]]
name = "nu_plugin_extra_start"
path = "src/plugins/nu_plugin_extra_start.rs"
required-features = ["start"]

[[bin]]
name = "nu_plugin_extra_s3"
path = "src/plugins/nu_plugin_extra_s3.rs"
required-features = ["s3"]

[[bin]]
name = "nu_plugin_extra_chart_bar"
path = "src/plugins/nu_plugin_extra_chart_bar.rs"
required-features = ["chart"]

[[bin]]
name = "nu_plugin_extra_chart_line"
path = "src/plugins/nu_plugin_extra_chart_line.rs"
required-features = ["chart"]

[[bin]]
name = "nu_plugin_extra_xpath"
path = "src/plugins/nu_plugin_extra_xpath.rs"
required-features = ["xpath"]

[[bin]]
name = "nu"
path = "src/main.rs"

[build-dependencies]
[dependencies.clap]
version = "2.33.3"

[dependencies.ctrlc]
optional = true
version = "3.1.6"

[dependencies.futures]
features = ["compat", "io-compat"]
version = "0.3.5"

[dependencies.log]
version = "0.4.11"

[dependencies.nu-cli]
version = "0.21.0"

[dependencies.nu-data]
version = "0.21.0"

[dependencies.nu-errors]
version = "0.21.0"

[dependencies.nu-parser]
version = "0.21.0"

[dependencies.nu-plugin]
version = "0.21.0"

[dependencies.nu-protocol]
version = "0.21.0"

[dependencies.nu-source]
version = "0.21.0"

[dependencies.nu-value-ext]
version = "0.21.0"

[dependencies.nu_plugin_binaryview]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_chart]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_fetch]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_from_bson]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_from_sqlite]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_inc]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_match]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_post]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_ps]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_s3]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_start]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_sys]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_textview]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_to_bson]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_to_sqlite]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_tree]
optional = true
version = "0.21.0"

[dependencies.nu_plugin_xpath]
optional = true
version = "0.21.0"

[dependencies.pretty_env_logger]
version = "0.4.0"
[dev-dependencies.dunce]
version = "1.0.1"

[dev-dependencies.nu-test-support]
version = "0.21.0"

[features]
binaryview = ["nu_plugin_binaryview"]
bson = ["nu_plugin_from_bson", "nu_plugin_to_bson"]
chart = ["nu_plugin_chart"]
clipboard-cli = ["nu-cli/clipboard-cli"]
ctrlc-support = ["nu-cli/ctrlc"]
default = ["sys", "ps", "textview", "inc", "git-support", "directories-support", "ctrlc-support", "which-support", "ptree-support", "term-support", "uuid-support", "rustyline-support", "match", "post", "fetch", "rich-benchmark"]
directories-support = ["nu-cli/directories", "nu-cli/dirs", "nu-data/directories", "nu-data/dirs"]
extra = ["default", "binaryview", "tree", "clipboard-cli", "trash-support", "start", "bson", "sqlite", "s3", "chart", "xpath"]
fetch = ["nu_plugin_fetch"]
git-support = ["nu-cli/git2"]
inc = ["nu_plugin_inc"]
match = ["nu_plugin_match"]
post = ["nu_plugin_post"]
ps = ["nu_plugin_ps"]
ptree-support = ["nu-cli/ptree"]
rich-benchmark = ["nu-cli/rich-benchmark"]
rustyline-support = ["nu-cli/rustyline-support"]
s3 = ["nu_plugin_s3"]
sqlite = ["nu_plugin_from_sqlite", "nu_plugin_to_sqlite"]
stable = ["default"]
start = ["nu_plugin_start"]
sys = ["nu_plugin_sys"]
term-support = ["nu-cli/term"]
textview = ["nu_plugin_textview"]
trace = ["nu-parser/trace"]
trash-support = ["nu-cli/trash-support"]
tree = ["nu_plugin_tree"]
uuid-support = ["nu-cli/uuid_crate"]
wasi = ["inc", "match", "directories-support", "ptree-support", "match", "tree", "rustyline-support"]
which-support = ["nu-cli/ichwh", "nu-cli/which"]
xpath = ["nu_plugin_xpath"]

[package]
authors = ["The Nu Project Contributors"]
default-run = "nu"
description = "A new type of shell"
documentation = "https://www.nushell.sh/book/"
edition = "2018"
exclude = ["images"]
homepage = "https://www.nushell.sh"
license = "MIT"
name = "nu"
readme = "README.md"
repository = "https://github.com/nushell/nushell"
version = "0.21.0"