# 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-helper" version = "0.8.3" authors = ["Tyr Chen "] description = """ A set of prost helper functions to make prost generated code easy to work with. """ homepage = "https://github.com/tyrchen/prost-helper" documentation = "https://docs.rs/prost-helper" readme = "README.md" keywords = [ "protobuf", "prost", "serde", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/prost-helper" [dependencies.base64] version = "0.21.5" optional = true [dependencies.bytes] version = "1.5.0" [dependencies.num-traits] version = "0.2.17" [dependencies.prost] version = "0.12.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" optional = true [dependencies.uuid7] version = "0.7.2" optional = true [features] b64 = ["base64"] default = [ "json", "b64", "id", ] id = ["uuid7"] json = ["serde_json"]