# 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" name = "typed-uuid" version = "0.2.0" authors = ["Mathias Pius "] description = "Typed wrapper around Uuid to disambiguate different Ids" documentation = "https://docs.rs/typed-uuid" readme = "README.md" keywords = [ "uuid", "typed", "unique", "guid", ] license = "MIT" repository = "https://github.com/MathiasPius/typed-uuid" [package.metadata."docs.rs"] all-features = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.uuid] version = "1" [dev-dependencies.uuid] version = "1" features = [ "std", "rng", ] [features] default = [] rng = ["uuid/rng"] serde = [ "dep:serde", "uuid/serde", ] std = ["uuid/std"] v1 = ["uuid/v1"] v3 = ["uuid/v3"] v4 = ["uuid/v4"] v5 = ["uuid/v5"] v6 = ["uuid/v6"] v7 = ["uuid/v7"] v8 = ["uuid/v8"]