Commit 8ae461ea authored by gabi-250's avatar gabi-250 🕸️
Browse files

futures-copy: Run cargo-sort in preparation for release

parent 06c0e7e4
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -12,21 +12,21 @@ keywords = ["futures", "tor", "arti"]
categories = ["rust-patterns", "network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

[features]
full = []

[dependencies]
futures = "0.3.14"
pin-project = "1"

[dev-dependencies]
tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
tor-error = { path = "../tor-error", version = "0.36.0" }
tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }

[target.'cfg(unix)'.dependencies]
libc = "0.2"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.61", features = ["Win32_Networking_WinSock"] }

[features]
full = []
[dev-dependencies]
tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
tor-error = { path = "../tor-error", version = "0.36.0" }
tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }