Commit 83daea5a authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Merge branch 'features' into 'main'

Sort out fixup-features

See merge request tpo/core/arti!3120
parents 88cd52c9 c8ab146a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ full = [
    "vanguards",
    "tokio",
    "async-std",
    "memquota",
    "native-tls",
    "compression",
    "bridge-client",
+2 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ default = [

full = [
    "default-runtime",
    "memquota",
    "onion-service-client",
    "onion-service-service",
    "vanguards",
@@ -58,7 +59,7 @@ full = [
    "tor-rpc-connect?/full",
    "signal-hook",
    "signal-hook-async-std",
    "dialoguer", "tor-key-forge/full", "tor-keymgr/full",
    "dialoguer", "tor-key-forge/full", "tor-keymgr/full", "tor-hscrypto?/full",
]

async-std = [
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ full = [
    "tor-basic-utils/full",
    "tor-config-path/full",
    "tor-bytes/full",
    "safelog/full",
]

# Enable experimental APIs that are not yet officially supported.