Document that the "experimental-api" feature is not semver-covered.

This commit is contained in:
Nick Mathewson 2021-11-11 10:44:24 -05:00
parent a940679672
commit 24b6a2455d
3 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,11 @@ default = [ "tokio" ]
async-std = [ "tor-rtcompat/async-std" ]
tokio = [ "tor-rtcompat/tokio", "tor-proto/tokio" ]
static = [ "tor-rtcompat/static", "tor-dirmgr/static" ]
# Enable experimental APIs that are not yet officially supported.
#
# These APIs are not covered by semantic versioning. Using this
# feature voids your "semver warrantee".
experimental-api = []
[dependencies]

View File

@ -11,6 +11,10 @@ categories = [ "network-programming", "cryptography" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
# Enable experimental APIs that are not yet officially supported.
#
# These APIs are not covered by semantic versioning. Using this
# feature voids your "semver warrantee".
experimental-api = []
[dependencies]

View File

@ -12,6 +12,11 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
# Enable experimental APIs that are not yet officially supported.
#
# These APIs are not covered by semantic versioning. Using this
# feature voids your "semver warrantee".
experimental-api = []
# Enable testing-only APIs. APIs under this feature are not