Clean up unused dependencies

pull/191/head
Chip Senkbeil 1 year ago
parent 4c65788744
commit 2cc596e6dc
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

47
Cargo.lock generated

@ -867,7 +867,6 @@ dependencies = [
name = "distant-core"
version = "0.20.0-alpha.7"
dependencies = [
"assert_fs",
"async-trait",
"bitflags 2.3.1",
"bytes",
@ -876,30 +875,18 @@ dependencies = [
"distant-protocol",
"env_logger",
"futures",
"grep",
"hex",
"ignore",
"indoc",
"log",
"notify",
"num_cpus",
"once_cell",
"portable-pty 0.8.1",
"predicates",
"rand",
"regex",
"rstest",
"serde",
"serde_bytes",
"serde_json",
"shell-words",
"strum",
"test-log",
"tokio",
"tokio-util",
"walkdir",
"whoami",
"winsplit",
]
[[package]]
@ -3307,20 +3294,6 @@ dependencies = [
"syn 2.0.16",
]
[[package]]
name = "tokio-util"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
version = "0.5.11"
@ -3352,26 +3325,6 @@ dependencies = [
"winnow",
]
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
]
[[package]]
name = "typed-path"
version = "0.3.2"

@ -19,31 +19,18 @@ derive_more = { version = "0.99.17", default-features = false, features = ["as_m
distant-net = { version = "=0.20.0-alpha.7", path = "../distant-net" }
distant-protocol = { version = "=0.20.0-alpha.7", path = "../distant-protocol" }
futures = "0.3.28"
grep = "0.2.11"
hex = "0.4.3"
ignore = "0.4.20"
log = "0.4.17"
notify = { version = "6.0.0", features = ["serde"] }
num_cpus = "1.15.0"
once_cell = "1.17.1"
portable-pty = "0.8.1"
rand = { version = "0.8.5", features = ["getrandom"] }
regex = "1.7.3"
serde = { version = "1.0.159", features = ["derive"] }
serde_bytes = "0.11.9"
serde_json = "1.0.95"
shell-words = "1.1.0"
strum = { version = "0.24.1", features = ["derive"] }
tokio = { version = "1.27.0", features = ["full"] }
tokio-util = { version = "0.7.7", features = ["codec"] }
walkdir = "2.3.3"
whoami = "1.4.0"
winsplit = "0.1.0"
[dev-dependencies]
assert_fs = "1.0.12"
env_logger = "0.10.0"
indoc = "2.0.1"
predicates = "3.0.2"
rstest = "0.17.0"
test-log = "0.2.11"

Loading…
Cancel
Save