Skip to content
Snippets Groups Projects
Commit 1feb7eec authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Reformat several Cargo.toml files with 100-char-wide lines.

parent 3e92d30e
No related branches found
No related tags found
No related merge requests found
......@@ -48,19 +48,14 @@ derive_more = "0.99"
directories = "4"
educe = "0.4.6"
futures = "0.3.14"
postage = { version = "0.4", default-features = false, features = [
"futures-traits",
] }
postage = { version = "0.4", default-features = false, features = ["futures-traits"] }
tracing = "0.1.18"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
pin-project = "1"
[dev-dependencies]
tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [
"tokio",
"native-tls",
] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
tokio-crate = { package = "tokio", version = "1.7", features = [
"rt",
"rt-multi-thread",
......
......@@ -52,17 +52,8 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
tor-rtmock = { path = "../tor-rtmock", version = "0.1.0" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.1.0", features = [
"testing",
] }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.1.0", features = ["testing"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
tor-netdir = { path = "../tor-netdir", version = "0.1.0", features = [
"testing",
] }
tor-persist = { path = "../tor-persist", version = "0.1.0", features = [
"testing",
] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [
"tokio",
"native-tls",
] }
tor-netdir = { path = "../tor-netdir", version = "0.1.0", features = ["testing"] }
tor-persist = { path = "../tor-persist", version = "0.1.0", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
......@@ -53,9 +53,7 @@ itertools = "0.10.1"
tracing = "0.1.18"
memmap2 = { version = "0.5.0", optional = true }
once_cell = "1"
postage = { version = "0.4", default-features = false, features = [
"futures-traits",
] }
postage = { version = "0.4", default-features = false, features = ["futures-traits"] }
rand = "0.8"
rusqlite = { version = "0.27.0", features = ["time"] }
serde = { version = "1.0.103", features = ["derive"] }
......@@ -68,8 +66,5 @@ humantime-serde = "1.1.1"
futures-await-test = "0.3.0"
hex-literal = "0.3"
tempfile = "3"
tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [
"tokio",
"native-tls",
] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] }
float_eq = "0.7"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment