uuid-rs / uuid

Generate and parse UUIDs.
https://www.crates.io/crates/uuid
Other
1k stars 192 forks source link

Make use of newer Cargo features for specifying dependencies #727

Closed KodrAus closed 9 months ago

KodrAus commented 9 months ago

Part of #672

This PR makes use of the dep: and ?/ features of Cargo to avoid creating public features of private dependencies, and to only enable features of dependencies when they're already present.