# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60.0" name = "guid-create" version = "0.4.1" authors = ["kurt "] description = "Rust helper for creating GUIDs" readme = "README.md" keywords = ["guid"] license = "MIT" repository = "https://github.com/kurtlawrence/guid-create" [dependencies.bytemuck] version = "1" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" optional = true [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [features] bytemuck = ["dep:bytemuck"] serde = ["dep:serde"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9"