# 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 = "proto-builder-trait" version = "0.6.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Builder tools for easily adding attributes for prost-build/tonic-build generated code. serde/sqlx/derive_builder are supported. """ homepage = "https://github.com/tyrchen/proto-builder-trait" documentation = "https://docs.rs/proto-builder-trait" readme = "README.md" keywords = [ "prost", "tonic", "build", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/proto-builder-trait" [lib] name = "proto_builder_trait" path = "src/lib.rs" [dependencies.prost-build] version = "0.13.3" optional = true [dependencies.tonic-build] version = "0.12.3" optional = true [dev-dependencies.insta] version = "1.40.0" [dev-dependencies.tempfile] version = "3.13.0" [features] default = [ "tonic", "prost", ] prost = ["prost-build"] tonic = ["tonic-build"]