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

Run fixup-features in preparation for release

parent 06fd812e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ full = [
    "tor-config-path/full",
    "tor-llcrypto/full",
    "tor-persist/full",
    "tor-general-addr/full",
]

[dependencies]
+4 −0
Original line number Diff line number Diff line
@@ -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"]
+3 −0
Original line number Diff line number Diff line
@@ -27,3 +27,6 @@ libc = "0.2"

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

[features]
full = []
+1 −1
Original line number Diff line number Diff line
@@ -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"]
+1 −0
Original line number Diff line number Diff line
@@ -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.