mirror of
https://github.com/nushell/nushell
synced 2025-01-14 06:04:09 +00:00
Bump to 0.16.1 (#2116)
This commit is contained in:
parent
85d848dd7d
commit
d30c40b40e
23 changed files with 284 additions and 284 deletions
42
Cargo.lock
generated
42
Cargo.lock
generated
|
@ -2430,7 +2430,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu"
|
name = "nu"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"crossterm",
|
"crossterm",
|
||||||
|
@ -2468,7 +2468,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-build"
|
name = "nu-build"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static 1.4.0",
|
"lazy_static 1.4.0",
|
||||||
"serde 1.0.114",
|
"serde 1.0.114",
|
||||||
|
@ -2478,7 +2478,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-cli"
|
name = "nu-cli"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"app_dirs",
|
"app_dirs",
|
||||||
|
@ -2571,7 +2571,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-errors"
|
name = "nu-errors"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"bigdecimal",
|
"bigdecimal",
|
||||||
|
@ -2591,7 +2591,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-parser"
|
name = "nu-parser"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bigdecimal",
|
"bigdecimal",
|
||||||
"codespan-reporting",
|
"codespan-reporting",
|
||||||
|
@ -2610,7 +2610,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-plugin"
|
name = "nu-plugin"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bigdecimal",
|
"bigdecimal",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
|
@ -2626,7 +2626,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-protocol"
|
name = "nu-protocol"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"bigdecimal",
|
"bigdecimal",
|
||||||
|
@ -2655,7 +2655,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-source"
|
name = "nu-source"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codespan-reporting",
|
"codespan-reporting",
|
||||||
"derive-new",
|
"derive-new",
|
||||||
|
@ -2668,7 +2668,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-table"
|
name = "nu-table"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
|
@ -2676,7 +2676,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-test-support"
|
name = "nu-test-support"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"directories 2.0.2",
|
"directories 2.0.2",
|
||||||
"dunce",
|
"dunce",
|
||||||
|
@ -2692,7 +2692,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-value-ext"
|
name = "nu-value-ext"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools",
|
"itertools",
|
||||||
|
@ -2706,7 +2706,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_binaryview"
|
name = "nu_plugin_binaryview"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"crossterm",
|
"crossterm",
|
||||||
|
@ -2723,7 +2723,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_fetch"
|
name = "nu_plugin_fetch"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.12.3",
|
"base64 0.12.3",
|
||||||
"futures 0.3.5",
|
"futures 0.3.5",
|
||||||
|
@ -2738,7 +2738,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_inc"
|
name = "nu_plugin_inc"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"nu-build",
|
"nu-build",
|
||||||
"nu-errors",
|
"nu-errors",
|
||||||
|
@ -2751,7 +2751,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_match"
|
name = "nu_plugin_match"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.5",
|
"futures 0.3.5",
|
||||||
"nu-build",
|
"nu-build",
|
||||||
|
@ -2764,7 +2764,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_post"
|
name = "nu_plugin_post"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.12.3",
|
"base64 0.12.3",
|
||||||
"futures 0.3.5",
|
"futures 0.3.5",
|
||||||
|
@ -2781,7 +2781,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_ps"
|
name = "nu_plugin_ps"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.5",
|
"futures 0.3.5",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
|
@ -2795,7 +2795,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_start"
|
name = "nu_plugin_start"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glob",
|
"glob",
|
||||||
"nu-build",
|
"nu-build",
|
||||||
|
@ -2809,7 +2809,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_sys"
|
name = "nu_plugin_sys"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"battery",
|
"battery",
|
||||||
"futures 0.3.5",
|
"futures 0.3.5",
|
||||||
|
@ -2824,7 +2824,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_textview"
|
name = "nu_plugin_textview"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
"bat",
|
"bat",
|
||||||
|
@ -2842,7 +2842,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu_plugin_tree"
|
name = "nu_plugin_tree"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive-new",
|
"derive-new",
|
||||||
"nu-build",
|
"nu-build",
|
||||||
|
|
74
Cargo.toml
74
Cargo.toml
|
@ -1,16 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
description = "A new type of shell"
|
|
||||||
license = "MIT"
|
|
||||||
edition = "2018"
|
|
||||||
readme = "README.md"
|
|
||||||
default-run = "nu"
|
default-run = "nu"
|
||||||
repository = "https://github.com/nushell/nushell"
|
description = "A new type of shell"
|
||||||
homepage = "https://www.nushell.sh"
|
|
||||||
documentation = "https://www.nushell.sh/book/"
|
documentation = "https://www.nushell.sh/book/"
|
||||||
|
edition = "2018"
|
||||||
exclude = ["images"]
|
exclude = ["images"]
|
||||||
|
homepage = "https://www.nushell.sh"
|
||||||
|
license = "MIT"
|
||||||
|
name = "nu"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/nushell/nushell"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["crates/*/"]
|
members = ["crates/*/"]
|
||||||
|
@ -18,63 +18,63 @@ members = ["crates/*/"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-cli = { version = "0.16.0", path = "./crates/nu-cli" }
|
nu-cli = {version = "0.16.1", path = "./crates/nu-cli"}
|
||||||
nu-source = { version = "0.16.0", path = "./crates/nu-source" }
|
nu-errors = {version = "0.16.1", path = "./crates/nu-errors"}
|
||||||
nu-plugin = { version = "0.16.0", path = "./crates/nu-plugin" }
|
nu-parser = {version = "0.16.1", path = "./crates/nu-parser"}
|
||||||
nu-protocol = { version = "0.16.0", path = "./crates/nu-protocol" }
|
nu-plugin = {version = "0.16.1", path = "./crates/nu-plugin"}
|
||||||
nu-errors = { version = "0.16.0", path = "./crates/nu-errors" }
|
nu-protocol = {version = "0.16.1", path = "./crates/nu-protocol"}
|
||||||
nu-parser = { version = "0.16.0", path = "./crates/nu-parser" }
|
nu-source = {version = "0.16.1", path = "./crates/nu-source"}
|
||||||
nu-value-ext = { version = "0.16.0", path = "./crates/nu-value-ext" }
|
nu-value-ext = {version = "0.16.1", path = "./crates/nu-value-ext"}
|
||||||
nu_plugin_binaryview = { version = "0.16.0", path = "./crates/nu_plugin_binaryview", optional=true }
|
nu_plugin_binaryview = {version = "0.16.1", path = "./crates/nu_plugin_binaryview", optional = true}
|
||||||
nu_plugin_fetch = { version = "0.16.0", path = "./crates/nu_plugin_fetch", optional=true }
|
nu_plugin_fetch = {version = "0.16.1", path = "./crates/nu_plugin_fetch", optional = true}
|
||||||
nu_plugin_inc = { version = "0.16.0", path = "./crates/nu_plugin_inc", optional=true }
|
nu_plugin_inc = {version = "0.16.1", path = "./crates/nu_plugin_inc", optional = true}
|
||||||
nu_plugin_match = { version = "0.16.0", path = "./crates/nu_plugin_match", optional=true }
|
nu_plugin_match = {version = "0.16.1", path = "./crates/nu_plugin_match", optional = true}
|
||||||
nu_plugin_post = { version = "0.16.0", path = "./crates/nu_plugin_post", optional=true }
|
nu_plugin_post = {version = "0.16.1", path = "./crates/nu_plugin_post", optional = true}
|
||||||
nu_plugin_ps = { version = "0.16.0", path = "./crates/nu_plugin_ps", optional=true }
|
nu_plugin_ps = {version = "0.16.1", path = "./crates/nu_plugin_ps", optional = true}
|
||||||
nu_plugin_start = { version = "0.16.0", path = "./crates/nu_plugin_start", optional=true }
|
nu_plugin_start = {version = "0.16.1", path = "./crates/nu_plugin_start", optional = true}
|
||||||
nu_plugin_sys = { version = "0.16.0", path = "./crates/nu_plugin_sys", optional=true }
|
nu_plugin_sys = {version = "0.16.1", path = "./crates/nu_plugin_sys", optional = true}
|
||||||
nu_plugin_textview = { version = "0.16.0", path = "./crates/nu_plugin_textview", optional=true }
|
nu_plugin_textview = {version = "0.16.1", path = "./crates/nu_plugin_textview", optional = true}
|
||||||
nu_plugin_tree = { version = "0.16.0", path = "./crates/nu_plugin_tree", optional=true }
|
nu_plugin_tree = {version = "0.16.1", path = "./crates/nu_plugin_tree", optional = true}
|
||||||
|
|
||||||
crossterm = { version = "0.17.5", optional = true }
|
crossterm = {version = "0.17.5", optional = true}
|
||||||
semver = { version = "0.10.0", optional = true }
|
semver = {version = "0.10.0", optional = true}
|
||||||
syntect = { version = "4.2", default-features = false, features = ["default-fancy"], optional = true}
|
syntect = {version = "4.2", default-features = false, features = ["default-fancy"], optional = true}
|
||||||
url = { version = "2.1.1", optional = true }
|
url = {version = "2.1.1", optional = true}
|
||||||
|
|
||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
ctrlc = "3.1.4"
|
ctrlc = "3.1.4"
|
||||||
dunce = "1.0.1"
|
dunce = "1.0.1"
|
||||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
pretty_env_logger = "0.4.0"
|
pretty_env_logger = "0.4.0"
|
||||||
starship = "0.43.0"
|
starship = "0.43.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
nu-test-support = { version = "0.16.0", path = "./crates/nu-test-support" }
|
nu-test-support = {version = "0.16.1", path = "./crates/nu-test-support"}
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
nu-build = {version = "0.16.1", path = "./crates/nu-build"}
|
||||||
|
serde = {version = "1.0.110", features = ["derive"]}
|
||||||
toml = "0.5.6"
|
toml = "0.5.6"
|
||||||
serde = { version = "1.0.110", features = ["derive"] }
|
|
||||||
nu-build = { version = "0.16.0", path = "./crates/nu-build" }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["sys", "ps", "textview", "inc"]
|
default = ["sys", "ps", "textview", "inc"]
|
||||||
stable = ["default", "binaryview", "match", "tree", "post", "fetch", "clipboard-cli", "trash-support", "start"]
|
stable = ["default", "binaryview", "match", "tree", "post", "fetch", "clipboard-cli", "trash-support", "start"]
|
||||||
|
|
||||||
# Default
|
# Default
|
||||||
textview = ["crossterm", "syntect", "url", "nu_plugin_textview"]
|
|
||||||
sys = ["nu_plugin_sys"]
|
|
||||||
ps = ["nu_plugin_ps"]
|
|
||||||
inc = ["semver", "nu_plugin_inc"]
|
inc = ["semver", "nu_plugin_inc"]
|
||||||
|
ps = ["nu_plugin_ps"]
|
||||||
|
sys = ["nu_plugin_sys"]
|
||||||
|
textview = ["crossterm", "syntect", "url", "nu_plugin_textview"]
|
||||||
|
|
||||||
# Stable
|
# Stable
|
||||||
binaryview = ["nu_plugin_binaryview"]
|
binaryview = ["nu_plugin_binaryview"]
|
||||||
fetch = ["nu_plugin_fetch"]
|
fetch = ["nu_plugin_fetch"]
|
||||||
match = ["nu_plugin_match"]
|
match = ["nu_plugin_match"]
|
||||||
post = ["nu_plugin_post"]
|
post = ["nu_plugin_post"]
|
||||||
|
start = ["nu_plugin_start"]
|
||||||
trace = ["nu-parser/trace"]
|
trace = ["nu-parser/trace"]
|
||||||
tree = ["nu_plugin_tree"]
|
tree = ["nu_plugin_tree"]
|
||||||
start = ["nu_plugin_start"]
|
|
||||||
|
|
||||||
clipboard-cli = ["nu-cli/clipboard-cli"]
|
clipboard-cli = ["nu-cli/clipboard-cli"]
|
||||||
# starship-prompt = ["nu-cli/starship-prompt"]
|
# starship-prompt = ["nu-cli/starship-prompt"]
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-build"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Core build system for nushell"
|
description = "Core build system for nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-build"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
serde = {version = "1.0.114", features = ["derive"]}
|
||||||
serde_json = "1.0.55"
|
serde_json = "1.0.55"
|
||||||
toml = "0.5.6"
|
toml = "0.5.6"
|
||||||
|
|
|
@ -1,74 +1,74 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-cli"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
description = "CLI for nushell"
|
description = "CLI for nushell"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-cli"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-source = { version = "0.16.0", path = "../nu-source" }
|
nu-errors = {version = "0.16.1", path = "../nu-errors"}
|
||||||
nu-plugin = { version = "0.16.0", path = "../nu-plugin" }
|
nu-parser = {version = "0.16.1", path = "../nu-parser"}
|
||||||
nu-protocol = { version = "0.16.0", path = "../nu-protocol" }
|
nu-plugin = {version = "0.16.1", path = "../nu-plugin"}
|
||||||
nu-errors = { version = "0.16.0", path = "../nu-errors" }
|
nu-protocol = {version = "0.16.1", path = "../nu-protocol"}
|
||||||
nu-parser = { version = "0.16.0", path = "../nu-parser" }
|
nu-source = {version = "0.16.1", path = "../nu-source"}
|
||||||
nu-value-ext = { version = "0.16.0", path = "../nu-value-ext" }
|
nu-table = {version = "0.16.1", path = "../nu-table"}
|
||||||
nu-test-support = { version = "0.16.0", path = "../nu-test-support" }
|
nu-test-support = {version = "0.16.1", path = "../nu-test-support"}
|
||||||
nu-table = {version = "0.16.0", path = "../nu-table"}
|
nu-value-ext = {version = "0.16.1", path = "../nu-value-ext"}
|
||||||
|
|
||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
app_dirs = "1.2.1"
|
app_dirs = "1.2.1"
|
||||||
async-recursion = "0.3.1"
|
async-recursion = "0.3.1"
|
||||||
async-trait = "0.1.36"
|
async-trait = "0.1.36"
|
||||||
directories = "2.0.2"
|
|
||||||
base64 = "0.12.3"
|
base64 = "0.12.3"
|
||||||
bigdecimal = { version = "0.1.2", features = ["serde"] }
|
bigdecimal = {version = "0.1.2", features = ["serde"]}
|
||||||
bson = { version = "0.14.1", features = ["decimal128"] }
|
bson = {version = "0.14.1", features = ["decimal128"]}
|
||||||
byte-unit = "3.1.3"
|
byte-unit = "3.1.3"
|
||||||
bytes = "0.5.5"
|
bytes = "0.5.5"
|
||||||
calamine = "0.16"
|
calamine = "0.16"
|
||||||
cfg-if = "0.1"
|
cfg-if = "0.1"
|
||||||
chrono = { version = "0.4.11", features = ["serde"] }
|
chrono = {version = "0.4.11", features = ["serde"]}
|
||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
|
codespan-reporting = "0.9.5"
|
||||||
csv = "1.1"
|
csv = "1.1"
|
||||||
ctrlc = "3.1.4"
|
ctrlc = "3.1.4"
|
||||||
derive-new = "0.5.8"
|
derive-new = "0.5.8"
|
||||||
|
directories = "2.0.2"
|
||||||
dirs = "2.0.2"
|
dirs = "2.0.2"
|
||||||
dunce = "1.0.1"
|
dunce = "1.0.1"
|
||||||
eml-parser = "0.1.0"
|
eml-parser = "0.1.0"
|
||||||
filesize = "0.2.0"
|
filesize = "0.2.0"
|
||||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
||||||
futures-util = "0.3.5"
|
futures-util = "0.3.5"
|
||||||
futures_codec = "0.4"
|
futures_codec = "0.4"
|
||||||
getset = "0.1.1"
|
getset = "0.1.1"
|
||||||
git2 = { version = "0.13.6", default_features = false }
|
git2 = {version = "0.13.6", default_features = false}
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
htmlescape = "0.3.1"
|
htmlescape = "0.3.1"
|
||||||
ical = "0.6.*"
|
ical = "0.6.*"
|
||||||
ichwh = "0.3.4"
|
ichwh = "0.3.4"
|
||||||
indexmap = { version = "1.4.0", features = ["serde-1"] }
|
indexmap = {version = "1.4.0", features = ["serde-1"]}
|
||||||
itertools = "0.9.0"
|
itertools = "0.9.0"
|
||||||
codespan-reporting = "0.9.5"
|
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
meval = "0.2"
|
meval = "0.2"
|
||||||
natural = "0.5.0"
|
natural = "0.5.0"
|
||||||
num-bigint = { version = "0.2.6", features = ["serde"] }
|
num-bigint = {version = "0.2.6", features = ["serde"]}
|
||||||
num-traits = "0.2.11"
|
num-traits = "0.2.11"
|
||||||
parking_lot = "0.11.0"
|
parking_lot = "0.11.0"
|
||||||
pin-utils = "0.1.0"
|
pin-utils = "0.1.0"
|
||||||
pretty-hex = "0.1.1"
|
pretty-hex = "0.1.1"
|
||||||
pretty_env_logger = "0.4.0"
|
pretty_env_logger = "0.4.0"
|
||||||
ptree = {version = "0.2" }
|
ptree = {version = "0.2"}
|
||||||
query_interface = "0.3.5"
|
query_interface = "0.3.5"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
roxmltree = "0.13.0"
|
roxmltree = "0.13.0"
|
||||||
rustyline = "6.2.0"
|
rustyline = "6.2.0"
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
serde = {version = "1.0.114", features = ["derive"]}
|
||||||
serde-hjson = "0.9.1"
|
serde-hjson = "0.9.1"
|
||||||
serde_bytes = "0.11.5"
|
serde_bytes = "0.11.5"
|
||||||
serde_ini = "0.2.0"
|
serde_ini = "0.2.0"
|
||||||
|
@ -80,30 +80,30 @@ shellexpand = "2.0.0"
|
||||||
strip-ansi-escapes = "0.1.0"
|
strip-ansi-escapes = "0.1.0"
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
term = "0.5.2"
|
term = "0.5.2"
|
||||||
termcolor = "1.1.0"
|
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
|
termcolor = "1.1.0"
|
||||||
toml = "0.5.6"
|
toml = "0.5.6"
|
||||||
typetag = "0.1.5"
|
typetag = "0.1.5"
|
||||||
umask = "1.0.0"
|
umask = "1.0.0"
|
||||||
unicode-xid = "0.2.1"
|
unicode-xid = "0.2.1"
|
||||||
uuid_crate = { package = "uuid", version = "0.8.1", features = ["v4"] }
|
uuid_crate = {package = "uuid", version = "0.8.1", features = ["v4"]}
|
||||||
which = "4.0.1"
|
which = "4.0.1"
|
||||||
|
|
||||||
trash = { version = "1.0.1", optional = true }
|
clipboard = {version = "0.5", optional = true}
|
||||||
clipboard = { version = "0.5", optional = true }
|
|
||||||
starship = "0.43.0"
|
|
||||||
rayon = "1.3.1"
|
|
||||||
encoding_rs = "0.8.23"
|
encoding_rs = "0.8.23"
|
||||||
|
rayon = "1.3.1"
|
||||||
|
starship = "0.43.0"
|
||||||
|
trash = {version = "1.0.1", optional = true}
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
users = "0.10.0"
|
users = "0.10.0"
|
||||||
|
|
||||||
[dependencies.rusqlite]
|
[dependencies.rusqlite]
|
||||||
version = "0.23.1"
|
|
||||||
features = ["bundled", "blob"]
|
features = ["bundled", "blob"]
|
||||||
|
version = "0.23.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
quickcheck = "0.9"
|
quickcheck = "0.9"
|
||||||
|
|
|
@ -1,31 +1,31 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-errors"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Core error subsystem for Nushell"
|
description = "Core error subsystem for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-errors"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
|
|
||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
bigdecimal = { version = "0.1.2", features = ["serde"] }
|
bigdecimal = {version = "0.1.2", features = ["serde"]}
|
||||||
|
codespan-reporting = {version = "0.9.5", features = ["serialization"]}
|
||||||
derive-new = "0.5.8"
|
derive-new = "0.5.8"
|
||||||
codespan-reporting = { version = "0.9.5", features = ["serialization"]}
|
|
||||||
num-bigint = { version = "0.2.6", features = ["serde"] }
|
|
||||||
num-traits = "0.2.12"
|
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
|
||||||
getset = "0.1.1"
|
getset = "0.1.1"
|
||||||
|
num-bigint = {version = "0.2.6", features = ["serde"]}
|
||||||
|
num-traits = "0.2.12"
|
||||||
|
serde = {version = "1.0.114", features = ["derive"]}
|
||||||
|
|
||||||
# implement conversions
|
# implement conversions
|
||||||
|
glob = "0.3.0"
|
||||||
|
serde_json = "1.0.55"
|
||||||
serde_yaml = "0.8"
|
serde_yaml = "0.8"
|
||||||
toml = "0.5.6"
|
toml = "0.5.6"
|
||||||
serde_json = "1.0.55"
|
|
||||||
glob = "0.3.0"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-parser"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Nushell parser"
|
description = "Nushell parser"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-parser"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num-bigint = { version = "0.2.6", features = ["serde"] }
|
bigdecimal = {version = "0.1.2", features = ["serde"]}
|
||||||
bigdecimal = { version = "0.1.2", features = ["serde"] }
|
|
||||||
indexmap = { version = "1.4.0", features = ["serde-1"] }
|
|
||||||
parking_lot = "0.11.0"
|
|
||||||
num-traits = "0.2.12"
|
|
||||||
derive-new = "0.5.8"
|
|
||||||
serde = "1.0.114"
|
|
||||||
codespan-reporting = "0.9.5"
|
codespan-reporting = "0.9.5"
|
||||||
|
derive-new = "0.5.8"
|
||||||
|
indexmap = {version = "1.4.0", features = ["serde-1"]}
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
num-bigint = {version = "0.2.6", features = ["serde"]}
|
||||||
|
num-traits = "0.2.12"
|
||||||
|
parking_lot = "0.11.0"
|
||||||
|
serde = "1.0.114"
|
||||||
shellexpand = "2.0.0"
|
shellexpand = "2.0.0"
|
||||||
|
|
||||||
nu-source = { version = "0.16.0", path = "../nu-source" }
|
nu-errors = {version = "0.16.1", path = "../nu-errors"}
|
||||||
nu-protocol = { version = "0.16.0", path = "../nu-protocol" }
|
nu-protocol = {version = "0.16.1", path = "../nu-protocol"}
|
||||||
nu-errors = { version = "0.16.0", path = "../nu-errors" }
|
nu-source = {version = "0.16.1", path = "../nu-source"}
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
stable = []
|
stable = []
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-plugin"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Nushell Plugin"
|
description = "Nushell Plugin"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-plugin"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
nu-value-ext = { path = "../nu-value-ext", version = "0.16.0" }
|
nu-value-ext = {path = "../nu-value-ext", version = "0.16.1"}
|
||||||
|
|
||||||
indexmap = { version = "1.4.0", features = ["serde-1"] }
|
bigdecimal = {version = "0.1.2", features = ["serde"]}
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
indexmap = {version = "1.4.0", features = ["serde-1"]}
|
||||||
num-bigint = { version = "0.2.6", features = ["serde"] }
|
num-bigint = {version = "0.2.6", features = ["serde"]}
|
||||||
|
serde = {version = "1.0.114", features = ["derive"]}
|
||||||
serde_json = "1.0.55"
|
serde_json = "1.0.55"
|
||||||
bigdecimal = { version = "0.1.2", features = ["serde"] }
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,40 +1,40 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-protocol"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Core values and protocols for Nushell"
|
description = "Core values and protocols for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-protocol"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
|
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
|
||||||
indexmap = { version = "1.4.0", features = ["serde-1"] }
|
|
||||||
num-bigint = { version = "0.2.6", features = ["serde"] }
|
|
||||||
bigdecimal = { version = "0.1.2", features = ["serde"] }
|
|
||||||
chrono = { version = "0.4.11", features = ["serde"] }
|
|
||||||
num-traits = "0.2.12"
|
|
||||||
serde_bytes = "0.11.5"
|
|
||||||
getset = "0.1.1"
|
|
||||||
derive-new = "0.5.8"
|
|
||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
codespan-reporting = "0.9.5"
|
bigdecimal = {version = "0.1.2", features = ["serde"]}
|
||||||
typetag = "0.1.5"
|
|
||||||
query_interface = "0.3.5"
|
|
||||||
byte-unit = "3.1.3"
|
byte-unit = "3.1.3"
|
||||||
natural = "0.5.0"
|
chrono = {version = "0.4.11", features = ["serde"]}
|
||||||
log = "0.4.8"
|
codespan-reporting = "0.9.5"
|
||||||
|
derive-new = "0.5.8"
|
||||||
|
getset = "0.1.1"
|
||||||
|
indexmap = {version = "1.4.0", features = ["serde-1"]}
|
||||||
itertools = "0.9.0"
|
itertools = "0.9.0"
|
||||||
|
log = "0.4.8"
|
||||||
|
natural = "0.5.0"
|
||||||
|
num-bigint = {version = "0.2.6", features = ["serde"]}
|
||||||
|
num-traits = "0.2.12"
|
||||||
|
query_interface = "0.3.5"
|
||||||
|
serde = {version = "1.0.114", features = ["derive"]}
|
||||||
|
serde_bytes = "0.11.5"
|
||||||
|
typetag = "0.1.5"
|
||||||
|
|
||||||
# implement conversions
|
# implement conversions
|
||||||
|
serde_json = "1.0.55"
|
||||||
serde_yaml = "0.8"
|
serde_yaml = "0.8"
|
||||||
toml = "0.5.6"
|
toml = "0.5.6"
|
||||||
serde_json = "1.0.55"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-source"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A source string characterizer for Nushell"
|
description = "A source string characterizer for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-source"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
codespan-reporting = "0.9.5"
|
||||||
derive-new = "0.5.8"
|
derive-new = "0.5.8"
|
||||||
getset = "0.1.1"
|
getset = "0.1.1"
|
||||||
codespan-reporting = "0.9.5"
|
|
||||||
termcolor = "1.1.0"
|
|
||||||
pretty = "0.5.2"
|
pretty = "0.5.2"
|
||||||
|
serde = {version = "1.0.114", features = ["derive"]}
|
||||||
|
termcolor = "1.1.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-table"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Nushell table printing"
|
description = "Nushell table printing"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-table"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
@ -12,5 +12,5 @@ name = "table"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
unicode-width = "0.1.7"
|
|
||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
|
unicode-width = "0.1.7"
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-test-support"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A source string characterizer for Nushell"
|
description = "A source string characterizer for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-test-support"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-parser = { path = "../nu-parser", version = "0.16.0" }
|
nu-parser = {path = "../nu-parser", version = "0.16.1"}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
|
|
||||||
directories = "2.0.2"
|
directories = "2.0.2"
|
||||||
dunce = "1.0.1"
|
dunce = "1.0.1"
|
||||||
getset = "0.1.1"
|
getset = "0.1.1"
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
|
indexmap = {version = "1.4.0", features = ["serde-1"]}
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
indexmap = { version = "1.4.0", features = ["serde-1"] }
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu-value-ext"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Extension traits for values in Nushell"
|
description = "Extension traits for values in Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu-value-ext"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-parser = {path = "../nu-parser", version = "0.16.1"}
|
||||||
nu-parser = { path = "../nu-parser", version = "0.16.0" }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
|
|
||||||
num-traits = "0.2.12"
|
indexmap = {version = "1.4.0", features = ["serde-1"]}
|
||||||
itertools = "0.9.0"
|
itertools = "0.9.0"
|
||||||
indexmap = { version = "1.4.0", features = ["serde-1"] }
|
num-traits = "0.2.12"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_binaryview"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A binary viewer plugin for Nushell"
|
description = "A binary viewer plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_binaryview"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
crossterm = { version = "0.17.5" }
|
crossterm = {version = "0.17.5"}
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
image = {version = "0.22.4", default_features = false, features = ["png_codec", "jpeg"]}
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
|
||||||
pretty-hex = "0.1.1"
|
|
||||||
image = { version = "0.22.4", default_features = false, features = ["png_codec", "jpeg"] }
|
|
||||||
rawkey = "0.1.2"
|
|
||||||
neso = "0.5.0"
|
neso = "0.5.0"
|
||||||
|
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"}
|
||||||
|
pretty-hex = "0.1.1"
|
||||||
|
rawkey = "0.1.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_fetch"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A URL fetch plugin for Nushell"
|
description = "A URL fetch plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_fetch"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
base64 = "0.12.3"
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-plugin = {path = "../nu-plugin", version = "0.16.1"}
|
||||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
surf = "1.0.3"
|
surf = "1.0.3"
|
||||||
url = "2.1.1"
|
url = "2.1.1"
|
||||||
base64 = "0.12.3"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_inc"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A version incrementer plugin for Nushell"
|
description = "A version incrementer plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_inc"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
nu-plugin = {path = "../nu-plugin", version = "0.16.1"}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
nu-value-ext = { path = "../nu-value-ext", version = "0.16.0" }
|
nu-value-ext = {path = "../nu-value-ext", version = "0.16.1"}
|
||||||
|
|
||||||
semver = "0.10.0"
|
semver = "0.10.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_match"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A regex match plugin for Nushell"
|
description = "A regex match plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_match"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-plugin = {path = "../nu-plugin", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_post"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "An HTTP post plugin for Nushell"
|
description = "An HTTP post plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_post"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
base64 = "0.12.3"
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-plugin = {path = "../nu-plugin", version = "0.16.1"}
|
||||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
|
num-traits = "0.2.12"
|
||||||
|
serde_json = "1.0.55"
|
||||||
surf = "1.0.3"
|
surf = "1.0.3"
|
||||||
url = "2.1.1"
|
url = "2.1.1"
|
||||||
serde_json = "1.0.55"
|
|
||||||
base64 = "0.12.3"
|
|
||||||
num-traits = "0.2.12"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,27 +1,27 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_ps"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A process list plugin for Nushell"
|
description = "A process list plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_ps"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
nu-plugin = {path = "../nu-plugin", version = "0.16.1"}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
|
|
||||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|
||||||
[dependencies.heim]
|
[dependencies.heim]
|
||||||
version = "0.1.0-beta.3"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["process"]
|
features = ["process"]
|
||||||
|
version = "0.1.0-beta.3"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,24 +1,24 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_start"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A plugin to open files/URLs directly from Nushell"
|
description = "A plugin to open files/URLs directly from Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_start"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
|
||||||
url = "2.1.1"
|
|
||||||
open = "1.4.0"
|
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
|
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"}
|
||||||
|
open = "1.4.0"
|
||||||
|
url = "2.1.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
nu-errors = { version = "0.16.0", path = "../nu-errors" }
|
nu-errors = {version = "0.16.1", path = "../nu-errors"}
|
||||||
nu-source = { version = "0.16.0", path = "../nu-source" }
|
nu-source = {version = "0.16.1", path = "../nu-source"}
|
||||||
|
|
|
@ -1,29 +1,29 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_sys"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "A system info plugin for Nushell"
|
description = "A system info plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_sys"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
nu-plugin = {path = "../nu-plugin", version = "0.16.1"}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
|
|
||||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
|
||||||
battery = "0.7.5"
|
battery = "0.7.5"
|
||||||
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
||||||
futures-util = "0.3.5"
|
futures-util = "0.3.5"
|
||||||
|
|
||||||
[dependencies.heim]
|
[dependencies.heim]
|
||||||
version = "0.1.0-beta.3"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
version = "0.1.0-beta.3"
|
||||||
|
|
||||||
features = ["host", "cpu", "memory", "disk", "net", "sensors"]
|
features = ["host", "cpu", "memory", "disk", "net", "sensors"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,27 +1,27 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_textview"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Text viewer plugin for Nushell"
|
description = "Text viewer plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_textview"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
nu-cli = {path = "../nu-cli", version = "0.16.1"}
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
nu-errors = {path = "../nu-errors", version = "0.16.1"}
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
nu-plugin = {path = "../nu-plugin", version = "0.16.1"}
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
nu-protocol = {path = "../nu-protocol", version = "0.16.1"}
|
||||||
nu-cli = { path = "../nu-cli", version = "0.16.0" }
|
nu-source = {path = "../nu-source", version = "0.16.1"}
|
||||||
|
|
||||||
crossterm = "0.17.5"
|
|
||||||
syntect = { version = "4.2", default-features = false, features = ["default-fancy"]}
|
|
||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
url = "2.1.1"
|
|
||||||
bat = "0.15.4"
|
bat = "0.15.4"
|
||||||
|
crossterm = "0.17.5"
|
||||||
|
syntect = {version = "4.2", default-features = false, features = ["default-fancy"]}
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
|
url = "2.1.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu_plugin_tree"
|
|
||||||
version = "0.16.0"
|
|
||||||
authors = ["The Nu Project Contributors"]
|
authors = ["The Nu Project Contributors"]
|
||||||
edition = "2018"
|
|
||||||
description = "Tree viewer plugin for Nushell"
|
description = "Tree viewer plugin for Nushell"
|
||||||
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "nu_plugin_tree"
|
||||||
|
version = "0.16.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = { path = "../nu-plugin", version = "0.16.0" }
|
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.16.0" }
|
|
||||||
nu-source = { path = "../nu-source", version = "0.16.0" }
|
|
||||||
nu-errors = { path = "../nu-errors", version = "0.16.0" }
|
|
||||||
ptree = {version = "0.2" }
|
|
||||||
derive-new = "0.5.8"
|
derive-new = "0.5.8"
|
||||||
|
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"}
|
||||||
|
ptree = {version = "0.2"}
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
nu-build = { version = "0.16.0", path = "../nu-build" }
|
nu-build = {version = "0.16.1", path = "../nu-build"}
|
||||||
|
|
|
@ -88,7 +88,7 @@ version = "0.4.6"
|
||||||
[dependencies.cursive]
|
[dependencies.cursive]
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["pancurses-backend"]
|
features = ["pancurses-backend"]
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
|
|
||||||
[dependencies.futures-preview]
|
[dependencies.futures-preview]
|
||||||
features = ["compat", "io-compat"]
|
features = ["compat", "io-compat"]
|
||||||
|
|
Loading…
Reference in a new issue