diff options
| -rw-r--r-- | arti/Cargo.toml | 2 | ||||
| -rw-r--r-- | tor-chanmgr/Cargo.toml | 2 | ||||
| -rw-r--r-- | tor-circmgr/Cargo.toml | 4 | ||||
| -rw-r--r-- | tor-dirclient/Cargo.toml | 2 | ||||
| -rw-r--r-- | tor-dirmgr/Cargo.toml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/arti/Cargo.toml b/arti/Cargo.toml index bef205f00..275f04138 100644 --- a/arti/Cargo.toml +++ b/arti/Cargo.toml @@ -16,7 +16,7 @@ async-std = [ "tor-client/async-std", "tor-rtcompat/async-std" ] tokio = [ "tor-client/tokio", "tor-rtcompat/tokio" ] [dependencies] -tor-client = { path = "../tor-client", version="0.0.0", default-features=false } +tor-client = { path = "../tor-client", version="0.0.0" } tor-dirmgr = { path="../tor-dirmgr", version="0.0.0" } tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } tor-socksproto = { path="../tor-socksproto", version="0.0.0" } diff --git a/tor-chanmgr/Cargo.toml b/tor-chanmgr/Cargo.toml index 825467161..e5ec77c85 100644 --- a/tor-chanmgr/Cargo.toml +++ b/tor-chanmgr/Cargo.toml @@ -13,7 +13,7 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } +tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } tor-proto = { path="../tor-proto", version="0.0.0" } tor-linkspec = { path="../tor-linkspec", version="0.0.0" } tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } diff --git a/tor-circmgr/Cargo.toml b/tor-circmgr/Cargo.toml index f30cb9804..974fe5b8b 100644 --- a/tor-circmgr/Cargo.toml +++ b/tor-circmgr/Cargo.toml @@ -14,13 +14,13 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" experimental-api = [] [dependencies] -tor-chanmgr = { path="../tor-chanmgr", version="0.0.0", default-features=false } +tor-chanmgr = { path="../tor-chanmgr", version="0.0.0" } tor-netdir = { path="../tor-netdir", version="0.0.0" } tor-netdoc = { path="../tor-netdoc", version="0.0.0" } tor-proto = { path="../tor-proto", version="0.0.0" } retry-error = { path="../retry-error", version="0.0.0" } tor-linkspec = { path="../tor-linkspec", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } +tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } async-trait = "0.1.48" futures = "0.3.13" diff --git a/tor-dirclient/Cargo.toml b/tor-dirclient/Cargo.toml index 885f5b22c..27893e9c5 100644 --- a/tor-dirclient/Cargo.toml +++ b/tor-dirclient/Cargo.toml @@ -20,7 +20,7 @@ tor-circmgr = { path="../tor-circmgr", version="0.0.0" } tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } tor-proto = { path="../tor-proto", version="0.0.0" } tor-netdoc = { path="../tor-netdoc", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } +tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } async-compression = { version = "0.3.7", features=["futures-io", "zlib"] } anyhow = "1.0.38" diff --git a/tor-dirmgr/Cargo.toml b/tor-dirmgr/Cargo.toml index d7849352e..38571d338 100644 --- a/tor-dirmgr/Cargo.toml +++ b/tor-dirmgr/Cargo.toml @@ -23,7 +23,7 @@ tor-dirclient = { path="../tor-dirclient", version="0.0.0" } tor-netdir = { path="../tor-netdir", version="0.0.0" } tor-netdoc = { path="../tor-netdoc", version="0.0.0" } tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } +tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } anyhow = "1.0.38" async-trait = "0.1.48" |
