[package] name = "prost-uuid" description = "ProstUuid new-type wrapper around uuid::Uuid with prost::Message implemented for it." version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://gitlab.com/oss47/prost-uuid" repository = "https://gitlab.com/oss47/prost-uuid" keywords = ["prost", "uuid", "grpc"] categories = ["rust-patterns", "web-programming"] exclude = [ ".gitignore", ".gitlab-ci.yml" ] [dependencies] derive_more = { version = "0.99.0", default-features = false, features = ["as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "into" ] } prost = "0.11.9" serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.3.3", features = ["serde"] }