diff --git a/Cargo.toml b/Cargo.toml index 1ac7f5cd..760e2574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,8 +71,12 @@ fast-rng = ["rng", "rand"] sha1 = ["sha1_smol"] md5 = ["md-5"] -[dependencies] -bytemuck = { version = "1.14.0", optional = true, features = ["derive"] } + +# Public: Used in trait impls on `Uuid` +[dependencies.bytemuck] +version = "1.14.0" +optional = true +features = ["derive"] # Public: Used in trait impls on `Uuid` [dependencies.serde]