Closed
Description
I am attempting diesel_async
and have been attempting to use mysql_async
with the explicit intention of having no native dependencies. This requires using rustls
and flate2
with the rust_backend
feature.
This works if directly depending upon mysql_async
, but if doing so transitively it becomes awkward for crates like diesel_async
to do so given how dependencies are currently configured. I'm not entirely sure what the 'best' solution is here, but for a more in-depth explanation of the issue please see this discussion on diesel_async.
Metadata
Metadata
Assignees
Labels
No labels