New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/43917#issuecomment-1551630738 Comment: > - Add new crate features > > - shuttle: enable an entry point for deploying on Shuttle > - openssl: use distro OpenSSL (binary size is reduced ~20% in release mode) > - rustls: use [rustls](https://github.com/rustls/rustls) (enabled as default) should we switch to openssl? ```bash configure_args="--features openssl" makedepends+="openssl-devel" ```