nushell/Cargo.toml

141 lines
3 KiB
TOML
Raw Normal View History

2019-05-10 16:59:12 +00:00
[package]
2019-05-16 23:39:58 +00:00
name = "nu"
version = "0.1.3"
2019-06-02 16:50:41 +00:00
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>"]
2019-05-16 21:46:24 +00:00
description = "A shell for the GitHub era"
2019-06-02 16:50:41 +00:00
license = "MIT"
2019-05-10 16:59:12 +00:00
edition = "2018"
2019-07-16 19:17:46 +00:00
readme = "README.md"
2019-06-27 04:56:48 +00:00
default-run = "nu"
2019-07-16 19:17:46 +00:00
repository = "https://github.com/nushell/nushell"
homepage = "https://github.com/nushell/nushell"
2019-05-10 16:59:12 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-08-11 17:18:48 +00:00
rustyline = { git = "https://github.com/kkawakam/rustyline.git" }
2019-08-11 01:41:21 +00:00
sysinfo = "0.9"
2019-06-27 04:56:48 +00:00
chrono = { version = "0.4.7", features = ["serde"] }
2019-05-10 16:59:12 +00:00
chrono-tz = "0.5.1"
2019-07-15 18:34:44 +00:00
derive-new = "0.5.7"
2019-05-10 16:59:12 +00:00
prettytable-rs = "0.8.0"
itertools = "0.8.0"
2019-07-15 18:34:44 +00:00
ansi_term = "0.12.0"
2019-06-26 18:08:41 +00:00
nom = "5.0.0"
2019-05-11 07:00:33 +00:00
dunce = "1.0.0"
indexmap = { version = "1.0.2", features = ["serde-1"] }
chrono-humanize = "0.0.11"
2019-07-29 07:46:24 +00:00
byte-unit = "3.0.1"
2019-06-30 06:46:49 +00:00
ordered-float = {version = "1.0.2", features = ["serde"]}
2019-06-19 04:53:55 +00:00
prettyprint = "0.7.0"
2019-08-10 22:13:03 +00:00
futures-preview = { version = "=0.3.0-alpha.18", features = ["compat", "io-compat"] }
futures-sink-preview = "=0.3.0-alpha.18"
2019-08-02 19:15:07 +00:00
futures-async-stream = "0.1.0-alpha.1"
2019-08-09 04:51:21 +00:00
async-trait = "0.1.7"
2019-08-02 19:15:07 +00:00
futures_codec = "0.2.5"
term = "0.5.2"
2019-05-25 19:07:52 +00:00
bytes = "0.4.12"
2019-08-07 17:49:11 +00:00
log = "0.4.8"
2019-05-26 06:54:41 +00:00
pretty_env_logger = "0.3.0"
2019-08-09 04:51:21 +00:00
serde = { version = "1.0.98", features = ["derive"] }
2019-07-04 03:06:43 +00:00
serde_json = "1.0.40"
2019-06-03 07:41:28 +00:00
serde-hjson = "0.9.0"
serde_yaml = "0.8"
2019-08-10 05:02:15 +00:00
serde_bytes = "0.11.2"
2019-05-28 06:45:18 +00:00
getset = "0.0.7"
2019-05-29 15:26:45 +00:00
logos = "0.10.0-rc2"
logos-derive = "0.10.0-rc2"
2019-07-16 19:10:25 +00:00
language-reporting = "0.3.1"
app_dirs = "1.2.1"
csv = "1.1"
toml = "0.5.1"
2019-07-04 03:06:43 +00:00
toml-query = "0.9.2"
clap = "2.33.0"
2019-06-02 16:28:40 +00:00
enum_derive = "0.1.7"
adhoc_derive = "0.1.2"
lazy_static = "1.3.0"
2019-07-29 07:46:24 +00:00
git2 = "0.9.2"
dirs = "2.0.2"
glob = "0.3.0"
2019-06-07 00:31:22 +00:00
ctrlc = "3.1.3"
2019-06-07 07:50:26 +00:00
ptree = "0.2"
2019-06-07 16:30:50 +00:00
clipboard = "0.5"
2019-06-08 18:09:17 +00:00
reqwest = "0.9"
2019-08-10 05:02:15 +00:00
roxmltree = "0.7.0"
nom5_locate = "0.1.1"
derive_more = "0.15.0"
2019-06-27 04:56:48 +00:00
enum-utils = "0.1.1"
2019-07-29 07:46:24 +00:00
unicode-xid = "0.2.0"
2019-06-16 06:43:40 +00:00
serde_ini = "0.2.0"
2019-06-18 02:04:34 +00:00
subprocess = "0.1.18"
mime = "0.3.13"
2019-08-09 04:51:21 +00:00
regex = "1.2.1"
2019-07-04 05:23:05 +00:00
pretty-hex = "0.1.0"
neso = "0.5.0"
2019-08-02 03:58:10 +00:00
rawkey = "0.1.2"
2019-08-07 17:49:11 +00:00
crossterm = "0.10.2"
tempfile = "3.1.0"
2019-08-07 17:49:11 +00:00
image = "0.22.1"
semver = "0.9.0"
uuid = {version = "0.7.4", features = [ "v4", "serde" ]}
2019-08-10 06:31:31 +00:00
syntect = "3.2.0"
2019-07-24 07:44:12 +00:00
strip-ansi-escapes = "0.1.0"
2019-08-10 06:31:31 +00:00
onig_sys = "=69.1.0"
2019-08-10 22:13:03 +00:00
heim = {git = "https://github.com/heim-rs/heim.git"}
2019-08-10 06:31:31 +00:00
which = "2.0.1"
2019-08-11 03:01:09 +00:00
battery = "0.7.4"
2019-08-16 05:47:47 +00:00
textwrap = {version = "0.11.0", features = ["term_size"]}
unicode-width = "0.1.5"
2019-05-23 04:30:43 +00:00
2019-05-29 15:26:45 +00:00
[dev-dependencies]
pretty_assertions = "0.6.1"
2019-07-24 04:10:48 +00:00
tempdir = "0.3.7"
2019-06-27 04:56:48 +00:00
[lib]
name = "nu"
path = "src/lib.rs"
[[bin]]
name = "nu_plugin_inc"
path = "src/plugins/inc.rs"
2019-07-26 18:40:00 +00:00
[[bin]]
name = "nu_plugin_sum"
path = "src/plugins/sum.rs"
2019-07-22 03:52:57 +00:00
[[bin]]
name = "nu_plugin_add"
path = "src/plugins/add.rs"
[[bin]]
name = "nu_plugin_edit"
path = "src/plugins/edit.rs"
2019-07-28 07:01:32 +00:00
[[bin]]
name = "nu_plugin_str"
path = "src/plugins/str.rs"
2019-07-03 17:37:09 +00:00
[[bin]]
name = "nu_plugin_skip"
path = "src/plugins/skip.rs"
2019-07-03 17:37:09 +00:00
[[bin]]
name = "nu_plugin_sys"
path = "src/plugins/sys.rs"
2019-07-04 05:11:56 +00:00
[[bin]]
name = "nu_plugin_tree"
path = "src/plugins/tree.rs"
2019-07-04 05:11:56 +00:00
2019-07-04 05:23:05 +00:00
[[bin]]
name = "nu_plugin_binaryview"
path = "src/plugins/binaryview.rs"
2019-07-24 17:14:30 +00:00
[[bin]]
name = "nu_plugin_textview"
path = "src/plugins/textview.rs"
2019-06-27 04:56:48 +00:00
[[bin]]
name = "nu"
path = "src/main.rs"