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-10-15 20:17:38 -07:00
|
|
|
version = "0.7.14"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d"
|
2016-09-30 23:48:23 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"memchr",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-03-05 13:21:35 -08:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"winapi",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2016-11-07 21:01:27 -08:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"winapi",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2018-03-05 13:21:35 -08:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2016-10-02 22:30:28 -07:00
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "1.0.61"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
|
2018-03-05 13:21:35 -08:00
|
|
|
|
|
|
|
[[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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2018-03-05 13:21:35 -08:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2016-10-02 22:30:28 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"ansi_term 0.11.0",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2019-04-19 02:17:43 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2020-10-03 14:32:53 -07:00
|
|
|
version = "0.1.16"
|
2019-04-19 02:17:43 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
|
2019-04-19 02:17:43 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-04-19 02:17:43 -07:00
|
|
|
]
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "3.1.7"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "b57a92e9749e10f25a171adcebfafe72991d45e7ec2dcb853e8f83d9dafaeb08"
|
2018-08-27 16:03:52 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"nix",
|
|
|
|
"winapi",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
|
2019-11-21 10:14:10 -08:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2019-04-19 02:17:43 -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 = "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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
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-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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
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 = "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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b"
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2018-08-27 16:03:52 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "3ebc5a6d89e3c90b84e8f33c8737933dda8f1c106b5415900b38b9d433841478"
|
2018-06-19 13:21:32 -07:00
|
|
|
|
2019-07-06 20:55:46 -07:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-09-17 19:51:46 -07:00
|
|
|
version = "0.1.15"
|
2019-07-06 20:55:46 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
2019-07-06 20:55:46 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2020-01-15 03:33:49 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "0.1.17"
|
2020-01-15 03:33:49 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
2020-01-15 03:33:49 -08:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"libc",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2018-08-27 16:03:52 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"quick-error",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2017-11-17 17:28:06 -08:00
|
|
|
[[package]]
|
|
|
|
name = "just"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "0.8.1"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.12.1",
|
|
|
|
"atty",
|
|
|
|
"clap",
|
|
|
|
"ctrlc",
|
|
|
|
"derivative",
|
|
|
|
"dotenv",
|
|
|
|
"edit-distance",
|
|
|
|
"env_logger",
|
|
|
|
"executable-path",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"pretty_assertions",
|
|
|
|
"snafu",
|
|
|
|
"target",
|
|
|
|
"tempfile",
|
|
|
|
"test-utilities",
|
|
|
|
"unicode-width",
|
|
|
|
"which",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2016-10-22 23:18:26 -07:00
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "0.2.79"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
|
2016-09-30 23:48:23 -07:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2018-08-27 16:03:52 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"cfg-if",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2017-08-02 20:45:57 -07:00
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "0.18.0"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2018-08-27 16:03:52 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
2019-04-19 02:17:43 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"winapi",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
2019-07-06 20:55:46 -07:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
2019-04-19 02:17:43 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"ansi_term 0.11.0",
|
|
|
|
"ctor",
|
|
|
|
"difference",
|
|
|
|
"output_vt100",
|
2019-04-19 02:17:43 -07:00
|
|
|
]
|
|
|
|
|
2019-04-11 15:23:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-10-03 14:32:53 -07:00
|
|
|
version = "1.0.24"
|
2019-04-11 15:23:14 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2019-04-11 15:23:14 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"unicode-xid",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2018-08-27 16:03:52 -07:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2019-04-11 15:23:14 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"proc-macro2",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2017-08-02 20:45:57 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2019-07-06 20:55:46 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-07-06 20:55:46 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-07-06 20:55:46 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"getrandom",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-07-06 20:55:46 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"rand_core",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2016-09-30 23:48:23 -07:00
|
|
|
|
2018-05-06 19:15:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "1.4.1"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
|
2016-09-30 23:48:23 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2016-09-30 23:48:23 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "0.6.20"
|
2018-02-16 01:24:38 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
|
2018-02-16 01:24:38 -08:00
|
|
|
|
|
|
|
[[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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-02-16 01:24:38 -08:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"winapi",
|
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-10-03 14:32:53 -07:00
|
|
|
version = "0.6.9"
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "9c4e6046e4691afe918fd1b603fd6e515bcda5388a1092a9edbada307d159f09"
|
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
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"doc-comment",
|
|
|
|
"snafu-derive",
|
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-10-03 14:32:53 -07:00
|
|
|
version = "0.6.9"
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "7073448732a89f2f3e6581989106067f403d378faeafb4a50812eb814170d3e5"
|
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
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2016-10-02 22:30:28 -07:00
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "1.0.44"
|
2018-06-19 13:21:32 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd"
|
2018-06-19 13:21:32 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "10000465bb0cc031c87a44668991b284fd84c0e6bd945f62d4af04e9e52a222a"
|
2017-12-02 05:37:10 -08:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2016-10-05 13:58:18 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2018-08-27 16:03:52 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"winapi-util",
|
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 = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"tempfile",
|
2019-10-17 20:04:54 -07:00
|
|
|
]
|
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2017-08-02 20:45:57 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"unicode-width",
|
2017-08-02 20:45:57 -07:00
|
|
|
]
|
|
|
|
|
2020-06-18 11:50:47 -07:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "1.0.21"
|
2020-06-18 11:50:47 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
|
2020-06-18 11:50:47 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"thiserror-impl",
|
2020-06-18 11:50:47 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2020-10-15 20:17:38 -07:00
|
|
|
version = "1.0.21"
|
2020-06-18 11:50:47 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
|
2020-06-18 11:50:47 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2016-09-30 23:48:23 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"lazy_static",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2016-10-02 22:30:28 -07:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2016-09-30 23:48:23 -07:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2017-09-10 17:28:00 -07:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-10-22 19:51:50 -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 = "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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
|
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
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"libc",
|
|
|
|
"thiserror",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-16 01:24:38 -08:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-16 01:24:38 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-16 01:24:38 -08:00
|
|
|
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-04-11 15:23:14 -07:00
|
|
|
dependencies = [
|
2020-10-15 20:17:38 -07:00
|
|
|
"winapi",
|
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"
|
2020-10-15 20:17:38 -07:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|