# 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 = "prost-uuid" version = "0.2.0" exclude = [ ".gitignore", ".gitlab-ci.yml", ] description = "ProstUuid new-type wrapper around uuid::Uuid with prost::Message implemented for it." homepage = "https://gitlab.com/oss47/prost-uuid" readme = "README.md" keywords = [ "prost", "uuid", "grpc", ] categories = [ "rust-patterns", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/oss47/prost-uuid" [dependencies.derive_more] version = "0.99.0" features = [ "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "into", ] default-features = false [dependencies.prost] version = "0.11.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.uuid] version = "1.3.3" features = ["serde"]