2020-03-04 19:58:20 +01:00
|
|
|
[package]
|
|
|
|
name = "nu-cli"
|
2020-06-30 20:25:09 +02:00
|
|
|
version = "0.16.0"
|
2020-04-06 09:16:14 +02:00
|
|
|
authors = ["The Nu Project Contributors"]
|
2020-03-04 19:58:20 +01:00
|
|
|
description = "CLI for nushell"
|
|
|
|
edition = "2018"
|
2020-03-10 20:08:13 +01:00
|
|
|
license = "MIT"
|
2020-03-04 19:58:20 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2020-06-30 20:25:09 +02:00
|
|
|
nu-source = { version = "0.16.0", path = "../nu-source" }
|
|
|
|
nu-plugin = { version = "0.16.0", path = "../nu-plugin" }
|
|
|
|
nu-protocol = { version = "0.16.0", path = "../nu-protocol" }
|
|
|
|
nu-errors = { version = "0.16.0", path = "../nu-errors" }
|
|
|
|
nu-parser = { version = "0.16.0", path = "../nu-parser" }
|
|
|
|
nu-value-ext = { version = "0.16.0", path = "../nu-value-ext" }
|
|
|
|
nu-test-support = { version = "0.16.0", path = "../nu-test-support" }
|
|
|
|
nu-table = {version = "0.16.0", path = "../nu-table"}
|
2020-03-04 19:58:20 +01:00
|
|
|
|
|
|
|
ansi_term = "0.12.1"
|
2020-05-16 05:18:24 +02:00
|
|
|
app_dirs = "1.2.1"
|
|
|
|
async-recursion = "0.3.1"
|
2020-06-27 09:54:31 +02:00
|
|
|
async-trait = "0.1.36"
|
2020-05-14 10:17:23 +02:00
|
|
|
directories = "2.0.2"
|
2020-06-27 09:54:31 +02:00
|
|
|
base64 = "0.12.3"
|
2020-05-17 00:34:10 +02:00
|
|
|
bigdecimal = { version = "0.1.2", features = ["serde"] }
|
2020-03-20 08:53:49 +01:00
|
|
|
bson = { version = "0.14.1", features = ["decimal128"] }
|
2020-05-30 22:54:47 +02:00
|
|
|
byte-unit = "3.1.3"
|
2020-06-27 09:54:31 +02:00
|
|
|
bytes = "0.5.5"
|
2020-03-04 19:58:20 +01:00
|
|
|
calamine = "0.16"
|
|
|
|
cfg-if = "0.1"
|
2020-03-08 20:18:44 +01:00
|
|
|
chrono = { version = "0.4.11", features = ["serde"] }
|
2020-05-17 00:34:10 +02:00
|
|
|
clap = "2.33.1"
|
2020-03-04 19:58:20 +01:00
|
|
|
csv = "1.1"
|
2020-03-08 20:18:44 +01:00
|
|
|
ctrlc = "3.1.4"
|
2020-03-04 19:58:20 +01:00
|
|
|
derive-new = "0.5.8"
|
|
|
|
dirs = "2.0.2"
|
2020-06-27 09:54:31 +02:00
|
|
|
dunce = "1.0.1"
|
2020-04-26 06:26:35 +02:00
|
|
|
eml-parser = "0.1.0"
|
2020-04-07 09:51:17 +02:00
|
|
|
filesize = "0.2.0"
|
2020-03-04 19:58:20 +01:00
|
|
|
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
2020-05-17 00:34:10 +02:00
|
|
|
futures-util = "0.3.5"
|
2020-03-04 19:58:20 +01:00
|
|
|
futures_codec = "0.4"
|
2020-05-17 00:34:10 +02:00
|
|
|
getset = "0.1.1"
|
2020-05-30 22:54:47 +02:00
|
|
|
git2 = { version = "0.13.6", default_features = false }
|
2020-03-04 19:58:20 +01:00
|
|
|
glob = "0.3.0"
|
|
|
|
hex = "0.4"
|
2020-03-15 04:04:44 +01:00
|
|
|
htmlescape = "0.3.1"
|
2020-03-20 20:35:09 +01:00
|
|
|
ical = "0.6.*"
|
2020-04-21 19:37:14 +02:00
|
|
|
ichwh = "0.3.4"
|
2020-06-27 09:54:31 +02:00
|
|
|
indexmap = { version = "1.4.0", features = ["serde-1"] }
|
2020-03-08 20:18:44 +01:00
|
|
|
itertools = "0.9.0"
|
2020-06-27 09:54:31 +02:00
|
|
|
codespan-reporting = "0.9.5"
|
2020-03-04 19:58:20 +01:00
|
|
|
log = "0.4.8"
|
|
|
|
meval = "0.2"
|
2020-03-08 20:18:44 +01:00
|
|
|
natural = "0.5.0"
|
2020-03-04 19:58:20 +01:00
|
|
|
num-bigint = { version = "0.2.6", features = ["serde"] }
|
|
|
|
num-traits = "0.2.11"
|
2020-06-27 09:54:31 +02:00
|
|
|
parking_lot = "0.11.0"
|
2020-05-17 00:34:10 +02:00
|
|
|
pin-utils = "0.1.0"
|
2020-03-04 19:58:20 +01:00
|
|
|
pretty-hex = "0.1.1"
|
|
|
|
pretty_env_logger = "0.4.0"
|
|
|
|
ptree = {version = "0.2" }
|
|
|
|
query_interface = "0.3.5"
|
2020-03-10 23:00:08 +01:00
|
|
|
rand = "0.7"
|
2020-03-04 19:58:20 +01:00
|
|
|
regex = "1"
|
2020-06-27 09:54:31 +02:00
|
|
|
roxmltree = "0.13.0"
|
2020-06-04 19:50:12 +02:00
|
|
|
rustyline = "6.2.0"
|
2020-06-27 09:54:31 +02:00
|
|
|
serde = { version = "1.0.114", features = ["derive"] }
|
2020-03-04 19:58:20 +01:00
|
|
|
serde-hjson = "0.9.1"
|
2020-06-27 09:54:31 +02:00
|
|
|
serde_bytes = "0.11.5"
|
2020-03-04 19:58:20 +01:00
|
|
|
serde_ini = "0.2.0"
|
2020-06-27 09:54:31 +02:00
|
|
|
serde_json = "1.0.55"
|
2020-03-04 19:58:20 +01:00
|
|
|
serde_urlencoded = "0.6.1"
|
|
|
|
serde_yaml = "0.8"
|
Autoenv rewrite, security and scripting (#2083)
* Add args in .nurc file to environment
* Working dummy version
* Add add_nurc to sync_env command
* Parse .nurc file
* Delete env vars after leaving directory
* Removing vals not working, strangely
* Refactoring, add comment
* Debugging
* Debug by logging to file
* Add and remove env var behavior appears correct
However, it does not use existing code that well.
* Move work to cli.rs
* Parse config directories
* I am in a state of distress
* Rename .nurc to .nu
* Some notes for me
* Refactoring
* Removing vars works, but not done in a very nice fashion
* Refactor env_vars_to_delete
* Refactor env_vars_to_add()
* Move directory environment code to separate file
* Refactor from_config
* Restore env values
* Working?
* Working?
* Update comments and change var name
* Formatting
* Remove vars after leaving dir
* Remove notes I made
* Rename config function
* Clippy
* Cleanup and handle errors
* cargo fmt
* Better error messages, remove last (?) unwrap
* FORMAT PLZ
* Rename whitelisted_directories to allowed_directories
* Add comment to clarify how overwritten values are restored.
* Change list of allowed dirs to indexmap
* Rewrite starting
* rewrite everything
* Overwritten env values tracks an indexmap instead of vector
* Refactor restore function
* Untrack removed vars properly
* Performance concerns
* Performance concerns
* Error handling
* Clippy
* Add type aliases for String and OsString
* Deletion almost works
* Working?
* Error handling and refactoring
* nicer errors
* Add TODO file
* Move outside of loop
* Error handling
* Reworking adding of vars
* Reworking adding of vars
* Ready for testing
* Refactoring
* Restore overwritten vals code
* todo.org
* Remove overwritten values tracking, as it is not needed
* Cleanup, stop tracking overwritten values as nu takes care of it
* Init autoenv command
* Initialize autoenv and autoenv trust
* autoenv trust toml
* toml
* Use serde for autoenv
* Optional directory arg
* Add autoenv untrust command
* ... actually add autoenv untrust this time
* OsString and paths
* Revert "OsString and paths"
This reverts commit e6eedf882498c1365ecfc899e5ec11bd83cb055c.
* Fix path
* Fix path
* Autoenv trust and untrust
* Start using autoenv
* Check hashes
* Use trust functionality when setting vars
* Remove unused code
* Clippy
* Nicer errors for autoenv commands
* Non-working errors
* Update error description
* Satisfy fmt
* Errors
* Errors print, but not nicely
* Nicer errors
* fmt
* Delete accidentally added todo.org file
* Rename direnv to autoenv
* Use ShellError instead of Error
* Change tests to pass, danger zone?
* Clippy and errors
* Clippy... again
* Replace match with or_else
* Use sha2 crate for hashing
* parsing and error msg
* Refactoring
* Only apply vars once
* if parent dir
* Delete vars
* Rework exit code
* Adding works
* restore
* Fix possibility of infinite loop
* Refactoring
* Non-working
* Revert "Non-working"
This reverts commit e231b85570bcb3fc838f950e9f5004c6a7c5a2ac.
* Revert "Revert "Non-working""
This reverts commit 804092e46a752266576b044401cc97c317e41f21.
* Autoenv trust works without restart
* Cargo fix
* Script vars
* Serde
* Serde errors
* Entry and exitscripts
* Clippy
* Support windows and handle errors
* Formatting
* Fix infinite loop on windows
* Debugging windows loop
* More windows infinite loop debugging
* Windows loop debugging #3
* windows loop #4
* Don't return err
* Cleanup unused code
* Infinite loop debug
* Loop debugging
* Check if infinite loop is vars_to_add
* env_vars_to_add does not terminate, skip loop as test
* Hypothesis: std::env::current_dir() is messing with something
* Hypothesis: std::env::current_dir() is messing with something
* plz
* make clippy happy
* debugging in env_vars_to_add
* Debbuging env_vars_to_add #2
* clippy
* clippy..
* Fool clippy
* Fix another infinite loop
* Binary search for error location x)
* Binary search #3
* fmt
* Binary search #4
* more searching...
* closing in... maybe
* PLZ
* Cleanup
* Restore commented out functionality
* Handle case when user gives the directory "."
* fmt
* Use fs::canonicalize for paths
* Create optional script section
* fmt
* Add exitscripts even if no entryscripts are defined
* All sections in .nu-env are now optional
* Re-read config file each directory change
* Hot reload after autoenv untrust, don't run exitscripts if untrusted
* Debugging
* Fix issue with recursive adding of vars
* Thank you for finding my issues Mr. Azure
* use std::env
2020-07-05 19:34:00 +02:00
|
|
|
sha2 = "0.9.1"
|
2020-03-08 20:18:44 +01:00
|
|
|
shellexpand = "2.0.0"
|
2020-03-04 19:58:20 +01:00
|
|
|
strip-ansi-escapes = "0.1.0"
|
|
|
|
tempfile = "3.1.0"
|
|
|
|
term = "0.5.2"
|
|
|
|
termcolor = "1.1.0"
|
2020-06-27 09:54:31 +02:00
|
|
|
term_size = "0.3.2"
|
2020-03-04 19:58:20 +01:00
|
|
|
toml = "0.5.6"
|
2020-06-27 09:54:31 +02:00
|
|
|
typetag = "0.1.5"
|
2020-05-30 22:54:47 +02:00
|
|
|
umask = "1.0.0"
|
2020-06-27 09:54:31 +02:00
|
|
|
unicode-xid = "0.2.1"
|
2020-06-25 07:51:09 +02:00
|
|
|
uuid_crate = { package = "uuid", version = "0.8.1", features = ["v4"] }
|
2020-06-22 19:58:10 +02:00
|
|
|
which = "4.0.1"
|
2020-03-04 19:58:20 +01:00
|
|
|
|
2020-05-17 00:34:10 +02:00
|
|
|
trash = { version = "1.0.1", optional = true }
|
2020-03-04 21:31:12 +01:00
|
|
|
clipboard = { version = "0.5", optional = true }
|
2020-06-27 09:54:31 +02:00
|
|
|
starship = "0.43.0"
|
|
|
|
rayon = "1.3.1"
|
2020-06-12 02:37:43 +02:00
|
|
|
encoding_rs = "0.8.23"
|
2020-03-04 21:31:12 +01:00
|
|
|
|
2020-03-04 19:58:20 +01:00
|
|
|
[target.'cfg(unix)'.dependencies]
|
2020-04-07 09:51:17 +02:00
|
|
|
users = "0.10.0"
|
2020-03-04 19:58:20 +01:00
|
|
|
|
|
|
|
[dependencies.rusqlite]
|
2020-05-17 00:34:10 +02:00
|
|
|
version = "0.23.1"
|
2020-03-04 19:58:20 +01:00
|
|
|
features = ["bundled", "blob"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
2020-06-30 20:25:09 +02:00
|
|
|
nu-build = { version = "0.16.0", path = "../nu-build" }
|
2020-03-04 21:31:12 +01:00
|
|
|
|
2020-04-11 21:05:59 +02:00
|
|
|
[dev-dependencies]
|
|
|
|
quickcheck = "0.9"
|
|
|
|
quickcheck_macros = "0.9"
|
|
|
|
|
2020-03-04 21:31:12 +01:00
|
|
|
[features]
|
|
|
|
stable = []
|
2020-06-25 07:44:55 +02:00
|
|
|
# starship-prompt = ["starship"]
|
2020-03-04 21:31:12 +01:00
|
|
|
clipboard-cli = ["clipboard"]
|
2020-04-12 21:01:44 +02:00
|
|
|
trash-support = ["trash"]
|