# 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-build-config" version = "0.6.3" authors = ["Tyr Chen "] description = """ A prost toolkit to build protobuf with extra derive/attrs support. """ homepage = "https://github.com/tyrchen/prost-helper" documentation = "https://docs.rs/prost-build-config" readme = "README.md" keywords = [ "protobuf", "prost", "serde", "derive", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/tyrchen/prost-helper" [dependencies.prost-build] version = "0.12.3" features = ["prettyplease"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.prost-helper] version = "0.8.2" [dev-dependencies.serde_yaml] version = "0.9.27"