Add new feature `vendored-openssl`

To build and use a vendored version of `openssl` for cases where the environment does not have openssl installed, e.g. in cross compilation.
This commit is contained in:
Jiahao XU 2023-03-10 01:22:42 +11:00 коммит произвёл Sylvestre Ledru
Родитель 9a4149c1d0
Коммит dca9df6421
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -128,6 +128,7 @@ webdav = ["opendal"]
memcached = ["opendal/services-memcached"]
native-zlib = []
redis = ["url", "opendal/services-redis"]
vendored-openssl = ["openssl?/vendored"]
# Enable features that require unstable features of Nightly Rust.
unstable = []
# Enables distributed support in the sccache client