Currently, refinery with the mysql_async feature depends on the respective crate with the default features. This prevents downstream users disabling the default feature. For instance, it's impossible to switch to the rustls backend, since mysql_async's features are not additive.
Trying to send PR for this.