You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to trim Ruma's dependencies, and noticed that the url crate, of which we only use the form_urlencoded module (which AFAICT doesn't require any external dependencies) is the only reason for the inclusion of idna, unicode-bidi, unicode-normalization and smallvec in our dep graph. Would a PR separating it out into its own crate like percent-encoding be considered?
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to trim Ruma's dependencies, and noticed that the url crate, of which we only use the
form_urlencoded
module (which AFAICT doesn't require any external dependencies) is the only reason for the inclusion ofidna
,unicode-bidi
,unicode-normalization
andsmallvec
in our dep graph. Would a PR separating it out into its own crate likepercent-encoding
be considered?The text was updated successfully, but these errors were encountered: