# 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-convert" version = "0.3.0" description = "Generate more idiomatic rust code from GRPC proto files." readme = "README.md" keywords = [ "prost", "protobuf", "native", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/silicom-hub/prost-convert" [dependencies.anyhow] version = "1.0" [dependencies.prost-convert-derive] version = "0.3.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.10" [features] derive = ["prost-convert-derive"]