2019-04-11 12:30:29 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-06-28 15:07:03 -07:00
|
|
|
version = "0.7.13"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-03-13 22:19:43 -07:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-30 23:48:23 -07:00
|
|
|
]
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:07:03 -07:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2017-11-18 01:44:59 -08:00
|
|
|
[[package]]
|
2019-10-22 19:51:50 -07:00
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
2016-11-07 21:01:27 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:07:03 -07:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-07 21:01:27 -08:00
|
|
|
]
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
2019-10-22 19:51:50 -07:00
|
|
|
name = "atty"
|
2020-01-15 03:33:49 -08:00
|
|
|
version = "0.2.14"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-07-16 21:41:43 -07:00
|
|
|
"hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:07:03 -07:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-22 19:51:50 -07:00
|
|
|
version = "1.2.1"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "1.0.59"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-10-22 19:51:50 -07:00
|
|
|
version = "0.1.10"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-02 22:30:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "2.33.3"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-20 01:25:32 -07:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-15 03:33:49 -08:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 19:51:50 -07:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-16 21:41:43 -07:00
|
|
|
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-23 20:59:11 -07:00
|
|
|
"vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2019-04-19 02:17:43 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2020-06-18 11:50:47 -07:00
|
|
|
version = "0.1.15"
|
2019-04-19 02:17:43 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-18 11:50:47 -07:00
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-19 02:17:43 -07:00
|
|
|
]
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "3.1.6"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-03-13 22:19:43 -07:00
|
|
|
"nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:07:03 -07:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2019-11-21 10:14:10 -08:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2020-05-23 20:59:11 -07:00
|
|
|
version = "2.1.1"
|
2019-11-21 10:14:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-23 20:21:08 -07:00
|
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-21 10:14:10 -08:00
|
|
|
]
|
|
|
|
|
2019-04-19 02:17:43 -07:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
2020-03-18 08:19:43 -07:00
|
|
|
version = "0.3.3"
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
2019-10-22 19:51:50 -07:00
|
|
|
version = "0.15.0"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "edit-distance"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "2.1.0"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-10-02 22:30:28 -07:00
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2019-10-22 19:51:50 -07:00
|
|
|
version = "0.7.1"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-15 03:33:49 -08:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 19:51:50 -07:00
|
|
|
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-16 21:41:43 -07:00
|
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-15 03:33:49 -08:00
|
|
|
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
2018-06-19 13:21:32 -07:00
|
|
|
name = "executable-path"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-06 20:55:46 -07:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-01-15 03:33:49 -08:00
|
|
|
version = "0.1.14"
|
2019-07-06 20:55:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 19:51:50 -07:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-15 03:33:49 -08:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-07-16 21:41:43 -07:00
|
|
|
version = "0.1.15"
|
2020-01-15 03:33:49 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-23 20:21:08 -07:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-06 20:55:46 -07:00
|
|
|
]
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-10-22 19:51:50 -07:00
|
|
|
version = "1.3.0"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-15 03:33:49 -08:00
|
|
|
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2017-11-17 17:28:06 -08:00
|
|
|
[[package]]
|
|
|
|
name = "just"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "0.7.2"
|
2017-11-17 17:28:06 -08:00
|
|
|
dependencies = [
|
2019-10-22 19:51:50 -07:00
|
|
|
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-15 03:33:49 -08:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ctrlc 3.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-23 20:59:11 -07:00
|
|
|
"derivative 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 19:51:50 -07:00
|
|
|
"dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"edit-distance 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 19:51:50 -07:00
|
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 10:38:44 -08:00
|
|
|
"executable-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 19:51:50 -07:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-16 21:41:43 -07:00
|
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-19 02:17:43 -07:00
|
|
|
"pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-23 20:59:11 -07:00
|
|
|
"snafu 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-02 05:37:10 -08:00
|
|
|
"target 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-06 20:55:46 -07:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-17 20:04:54 -07:00
|
|
|
"test-utilities 0.0.0",
|
2020-07-16 21:41:43 -07:00
|
|
|
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"which 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-30 16:15:18 -07:00
|
|
|
]
|
|
|
|
|
2017-11-30 08:46:57 -08:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-10-22 19:51:50 -07:00
|
|
|
version = "1.4.0"
|
2016-10-22 23:18:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "0.2.76"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-07-16 21:41:43 -07:00
|
|
|
version = "0.4.11"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 19:51:50 -07:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "memchr"
|
2020-03-13 22:19:43 -07:00
|
|
|
version = "2.3.3"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-03-13 22:19:43 -07:00
|
|
|
version = "0.17.0"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 19:51:50 -07:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"cc 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 19:51:50 -07:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-19 02:17:43 -07:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:07:03 -07:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-19 02:17:43 -07:00
|
|
|
]
|
|
|
|
|
2019-07-06 20:55:46 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "0.2.9"
|
2019-07-06 20:55:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-19 02:17:43 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"ctor 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-19 02:17:43 -07:00
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-11 15:23:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "1.0.19"
|
2019-04-11 15:23:14 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:07:03 -07:00
|
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
]
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-01-15 03:33:49 -08:00
|
|
|
version = "1.2.3"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-06-18 11:50:47 -07:00
|
|
|
version = "1.0.7"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-04-11 15:23:14 -07:00
|
|
|
dependencies = [
|
2020-08-23 20:21:08 -07:00
|
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
]
|
2018-03-05 13:21:35 -08:00
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "rand"
|
2020-01-15 03:33:49 -08:00
|
|
|
version = "0.7.3"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-15 03:33:49 -08:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-03-13 22:19:43 -07:00
|
|
|
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 19:51:50 -07:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-06 20:55:46 -07:00
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-03-13 22:19:43 -07:00
|
|
|
version = "0.2.2"
|
2019-07-06 20:55:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-23 20:21:08 -07:00
|
|
|
"ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-22 19:51:50 -07:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
]
|
|
|
|
|
2019-07-06 20:55:46 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-10-22 19:51:50 -07:00
|
|
|
version = "0.5.1"
|
2019-07-06 20:55:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-15 03:33:49 -08:00
|
|
|
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-06 20:55:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 19:51:50 -07:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-06 20:55:46 -07:00
|
|
|
]
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "redox_syscall"
|
2020-07-16 21:41:43 -07:00
|
|
|
version = "0.1.57"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-06 19:15:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-06-18 11:50:47 -07:00
|
|
|
version = "1.3.9"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:07:03 -07:00
|
|
|
"aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-03-13 22:19:43 -07:00
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-15 03:33:49 -08:00
|
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-30 23:48:23 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-06-18 11:50:47 -07:00
|
|
|
version = "0.6.18"
|
2018-02-16 01:24:38 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-18 11:50:47 -07:00
|
|
|
version = "0.5.3"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-02-16 01:24:38 -08:00
|
|
|
dependencies = [
|
2020-06-28 15:07:03 -07:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 01:24:38 -08:00
|
|
|
]
|
2016-09-30 23:48:23 -07:00
|
|
|
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
[[package]]
|
|
|
|
name = "snafu"
|
2020-05-23 20:59:11 -07:00
|
|
|
version = "0.6.8"
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-03-18 08:19:43 -07:00
|
|
|
"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-05-23 20:59:11 -07:00
|
|
|
"snafu-derive 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu-derive"
|
2020-05-23 20:59:11 -07:00
|
|
|
version = "0.6.8"
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-23 20:21:08 -07:00
|
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
]
|
|
|
|
|
2016-10-02 22:30:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.8.0"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "1.0.39"
|
2018-06-19 13:21:32 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-23 20:21:08 -07:00
|
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:07:03 -07:00
|
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2017-12-02 05:37:10 -08:00
|
|
|
[[package]]
|
|
|
|
name = "target"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-05 13:58:18 -07:00
|
|
|
[[package]]
|
2019-07-06 20:55:46 -07:00
|
|
|
name = "tempfile"
|
|
|
|
version = "3.1.0"
|
2016-10-05 13:58:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 19:51:50 -07:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-15 03:33:49 -08:00
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-16 21:41:43 -07:00
|
|
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-28 15:07:03 -07:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-02 22:30:28 -07:00
|
|
|
]
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-01-15 03:33:49 -08:00
|
|
|
version = "1.1.0"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-05-23 20:59:11 -07:00
|
|
|
"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 23:48:07 -07:00
|
|
|
]
|
|
|
|
|
2019-10-17 20:04:54 -07:00
|
|
|
[[package]]
|
|
|
|
name = "test-utilities"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.11.0"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-07-16 21:41:43 -07:00
|
|
|
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 20:45:57 -07:00
|
|
|
]
|
|
|
|
|
2020-06-18 11:50:47 -07:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-23 20:21:08 -07:00
|
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-23 20:21:08 -07:00
|
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
]
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-01-15 03:33:49 -08:00
|
|
|
version = "1.0.1"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-22 19:51:50 -07:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-30 23:48:23 -07:00
|
|
|
]
|
|
|
|
|
2016-10-02 22:30:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-07-16 21:41:43 -07:00
|
|
|
version = "0.1.8"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-28 15:07:03 -07:00
|
|
|
version = "0.2.1"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-02 22:30:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-23 20:59:11 -07:00
|
|
|
version = "0.8.2"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-10 17:28:00 -07:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-10-22 19:51:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-01-15 03:33:49 -08:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-10-22 19:51:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2020-08-23 20:21:08 -07:00
|
|
|
version = "4.0.2"
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-08-23 20:21:08 -07:00
|
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-18 11:50:47 -07:00
|
|
|
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
Gargantuan refactor (#522)
- Instead of changing the current directory with `env::set_current_dir`
to be implicitly inherited by subprocesses, we now use
`Command::current_dir` to set it explicitly. This feels much better,
since we aren't dependent on the implicit state of the process's
current directory.
- Subcommand execution is much improved.
- Added a ton of tests for config parsing, config execution, working
dir, and search dir.
- Error messages are improved. Many more will be colored.
- The Config is now onwed, instead of borrowing from the arguments and
the `clap::ArgMatches` object. This is a huge ergonomic improvement,
especially in tests, and I don't think anyone will notice.
- `--edit` now uses `$VISUAL`, `$EDITOR`, or `vim`, in that order,
matching git, which I think is what most people will expect.
- Added a cute `tmptree!{}` macro, for creating temporary directories
populated with directories and files for tests.
- Admitted that grammer is LL(k) and I don't know what `k` is.
2019-11-09 21:43:20 -08:00
|
|
|
]
|
|
|
|
|
2018-02-16 01:24:38 -08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-28 15:07:03 -07:00
|
|
|
version = "0.3.9"
|
2018-02-16 01:24:38 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-11 15:23:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-23 20:59:11 -07:00
|
|
|
version = "0.1.5"
|
2019-04-11 15:23:14 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-06-28 15:07:03 -07:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
]
|
|
|
|
|
2018-02-16 01:24:38 -08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[metadata]
|
2020-06-28 15:07:03 -07:00
|
|
|
"checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
|
2018-03-05 13:21:35 -08:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-10-22 19:51:50 -07:00
|
|
|
"checksum ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-01-15 03:33:49 -08:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-10-22 19:51:50 -07:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-08-23 20:21:08 -07:00
|
|
|
"checksum cc 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)" = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381"
|
2019-10-22 19:51:50 -07:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2020-08-23 20:21:08 -07:00
|
|
|
"checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2020-06-18 11:50:47 -07:00
|
|
|
"checksum ctor 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
|
2020-08-23 20:21:08 -07:00
|
|
|
"checksum ctrlc 3.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d0b676fa23f995faf587496dcd1c80fead847ed58d2da52ac1caca9a72790dd2"
|
2020-05-23 20:59:11 -07:00
|
|
|
"checksum derivative 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
|
2019-04-19 02:17:43 -07:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2020-03-18 08:19:43 -07:00
|
|
|
"checksum doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2019-10-22 19:51:50 -07:00
|
|
|
"checksum dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum edit-distance 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b"
|
2019-10-22 19:51:50 -07:00
|
|
|
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2017-11-30 10:38:44 -08:00
|
|
|
"checksum executable-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebc5a6d89e3c90b84e8f33c8737933dda8f1c106b5415900b38b9d433841478"
|
2020-01-15 03:33:49 -08:00
|
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2020-07-16 21:41:43 -07:00
|
|
|
"checksum hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
|
2019-10-22 19:51:50 -07:00
|
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-08-23 20:21:08 -07:00
|
|
|
"checksum libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)" = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
|
2020-07-16 21:41:43 -07:00
|
|
|
"checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2020-03-13 22:19:43 -07:00
|
|
|
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
|
"checksum nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
|
2019-04-19 02:17:43 -07:00
|
|
|
"checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
2020-08-23 20:21:08 -07:00
|
|
|
"checksum ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
2019-04-19 02:17:43 -07:00
|
|
|
"checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
2020-08-23 20:21:08 -07:00
|
|
|
"checksum proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
|
2020-01-15 03:33:49 -08:00
|
|
|
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2020-06-18 11:50:47 -07:00
|
|
|
"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2020-01-15 03:33:49 -08:00
|
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2020-03-13 22:19:43 -07:00
|
|
|
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-10-22 19:51:50 -07:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-07-06 20:55:46 -07:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2020-07-16 21:41:43 -07:00
|
|
|
"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2020-06-18 11:50:47 -07:00
|
|
|
"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
|
|
|
"checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
|
|
|
"checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-05-23 20:59:11 -07:00
|
|
|
"checksum snafu 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c7f5aed652511f5c9123cf2afbe9c244c29db6effa2abb05c866e965c82405ce"
|
|
|
|
"checksum snafu-derive 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ebf8f7d5720104a9df0f7076a8682024e958bba0fe9848767bb44f251f3648e9"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-08-23 20:21:08 -07:00
|
|
|
"checksum syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f11f9"
|
2017-12-02 05:37:10 -08:00
|
|
|
"checksum target 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "10000465bb0cc031c87a44668991b284fd84c0e6bd945f62d4af04e9e52a222a"
|
2019-07-06 20:55:46 -07:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2020-01-15 03:33:49 -08:00
|
|
|
"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-06-18 11:50:47 -07:00
|
|
|
"checksum thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
|
|
|
|
"checksum thiserror-impl 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
|
2020-01-15 03:33:49 -08:00
|
|
|
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2020-07-16 21:41:43 -07:00
|
|
|
"checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-06-28 15:07:03 -07:00
|
|
|
"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2020-05-23 20:59:11 -07:00
|
|
|
"checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2017-09-10 17:28:00 -07:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2020-01-15 03:33:49 -08:00
|
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2020-08-23 20:21:08 -07:00
|
|
|
"checksum which 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
|
2020-06-28 15:07:03 -07:00
|
|
|
"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-16 01:24:38 -08:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-05-23 20:59:11 -07:00
|
|
|
"checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-02-16 01:24:38 -08:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|