Loading crates/arti-relay/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ full = [ "tor-config-path/full", "tor-llcrypto/full", "tor-persist/full", "tor-general-addr/full", ] [dependencies] Loading crates/arti/Cargo.toml +4 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,10 @@ full = [ "tor-key-forge/full", "tor-keymgr/full", "tor-hscrypto?/full", "tor-cell?/full", "tor-hsclient?/full", "tor-proto?/full", "futures-copy/full", ] async-std = ["arti-client/async-std", "tor-rtcompat/async-std", "async-ctrlc", "async-signal"] Loading crates/futures-copy/Cargo.toml +3 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,6 @@ libc = "0.2" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.61", features = ["Win32_Networking_WinSock"] } [features] full = [] crates/tor-dirserver/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -46,4 +46,4 @@ tokio-stream = { version = "0.1.17", features = ["full"] } zstd = "0.13.3" [features] full = ["tor-error/full"] full = ["tor-error/full","tor-basic-utils/full","tor-dircommon/full","tor-netdoc/full"] crates/tor-hsrproxy/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ full = [ "tor-async-utils/full", "tor-log-ratelim/full", "oneshot-fused-workaround/full", "futures-copy/full", ] # Enable experimental APIs that are not yet officially supported. Loading Loading
crates/arti-relay/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ full = [ "tor-config-path/full", "tor-llcrypto/full", "tor-persist/full", "tor-general-addr/full", ] [dependencies] Loading
crates/arti/Cargo.toml +4 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,10 @@ full = [ "tor-key-forge/full", "tor-keymgr/full", "tor-hscrypto?/full", "tor-cell?/full", "tor-hsclient?/full", "tor-proto?/full", "futures-copy/full", ] async-std = ["arti-client/async-std", "tor-rtcompat/async-std", "async-ctrlc", "async-signal"] Loading
crates/futures-copy/Cargo.toml +3 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,6 @@ libc = "0.2" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.61", features = ["Win32_Networking_WinSock"] } [features] full = []
crates/tor-dirserver/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -46,4 +46,4 @@ tokio-stream = { version = "0.1.17", features = ["full"] } zstd = "0.13.3" [features] full = ["tor-error/full"] full = ["tor-error/full","tor-basic-utils/full","tor-dircommon/full","tor-netdoc/full"]
crates/tor-hsrproxy/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ full = [ "tor-async-utils/full", "tor-log-ratelim/full", "oneshot-fused-workaround/full", "futures-copy/full", ] # Enable experimental APIs that are not yet officially supported. Loading