diff options
Diffstat (limited to 'crates/arti-client/README.md')
| -rw-r--r-- | crates/arti-client/README.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/crates/arti-client/README.md b/crates/arti-client/README.md index f8d8792f1..01eb6365f 100644 --- a/crates/arti-client/README.md +++ b/crates/arti-client/README.md @@ -225,7 +225,6 @@ match tor_client.connect(("example.com", 80)).await { * `compression` (default) -- Build support for downloading compressed documents. Requires a C compiler. * `bridge-client` -- Build with support for bridges. -* `memquota` -- Build with support for memory use tracking and limiting. * `onion-service-client` -- Build with support for connecting to onion services. Note that this is not yet as secure as C-Tor and shouldn't be used for security-sensitive purposes. @@ -289,4 +288,12 @@ implementation with another. work reliably. To be explicit: if you want `cargo update` to _only_ make safe changes, then you cannot enable these features. +### Deprecated features + +These features are either not recommended, or are no-op features. +They are included for backwards compatibility. + +* `memquota` -- Memory quota tracking is now always supported, + regardless of if this feature is enabled. + License: MIT OR Apache-2.0 |
