Loading crates/futures-copy/Cargo.toml +8 −8 Original line number Diff line number Diff line Loading @@ -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" } Loading
crates/futures-copy/Cargo.toml +8 −8 Original line number Diff line number Diff line Loading @@ -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" }