nushell/crates/nu-test-support
Stefan Holderbach ce4ae00a6f
Remove unused dependencies (#6945)
* Remove unused dependencies

Inspired by #6938 ran `cargo +nightly udeps --features extra`.
Removes 2 crates and should remove an unnecessary intra-workspace
dependency which might open up further opportunities for compilation.

* Make windows-only dependency conditional in toml

`omnipath` is only used on Windows and already behind a `#[cfg]` block
in the code. Made the dependency in `Cargo.toml` conditional as well.

* Make `nu-pretty-hex` example a proper example

This allows making `rand` a dev-dependency in this crate.
2022-10-29 21:19:12 +02:00
..
src Remove --encoding argument during register plugin (#6486) 2022-09-07 09:07:42 -05:00
tests touchup some clippy warnings in tests (#6612) 2022-09-26 09:06:13 +13:00
Cargo.toml Remove unused dependencies (#6945) 2022-10-29 21:19:12 +02:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00