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
Without the dep: prefix optional dependencies create implicit feature flags which leaks internal details along with cluttering up the crate's feature list (particularly when you have fun combinations like regex-fancy vs fancy-regex). Considering none of the implicit feature flags are supposed to be used by end users it would be nice to switch to using the dep: prefix in the next semver breaking release