Skip to content

Commit

Permalink
deps: enable onion-service feature on arti_client
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 20, 2024
1 parent f72d082 commit 2f3020b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ repository = "https://github.com/umgefahren/libp2p-tor"
authors = ["umgefahren <[email protected]>"]

[dependencies]
arti-client = { version = "0.8", default-features = false }
async-std-crate = { package = "async-std", version = "1", optional = true, default-features = false }
arti-client = { version = "0.24.0", features = ["onion-service-service"] }
futures = "0.3"
libp2p-core = { version = "0.39" }
thiserror = "1"
tokio-crate = { package = "tokio", version = "1", optional = true, default-features = false }
tor-rtcompat = "0.8"
libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tcp", "tls"] }
tor-rtcompat = { version = "0.24.0", features = ["tokio", "rustls"] }
tokio = { version = "1.0", features = ["macros"] }
tracing = "0.1.40"
tor-hsservice = "0.24.0"
anyhow = "1.0.93"
tor-cell = "0.24.0"
tor-proto = "0.24.0"

[dev-dependencies]
libp2p = { version = "0.51", features = ["mplex", "noise", "ping", "yamux", "macros", "async-std"] }
Expand Down

0 comments on commit 2f3020b

Please sign in to comment.