# 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 = "pyo3-tonic" version = "0.1.0" authors = ["Li-Hsing Liu "] exclude = ["proto"] description = "Protocol Buffers compiler plugin for PyO3 Python binding compatible gRPC services powered by Prost! and Tonic" homepage = "https://github.com/austin362667/pyo3-prost" documentation = "https://docs.rs/pyo3-prost" readme = "README.md" keywords = [ "protobuf", "pyo3", "prost", "grpc", "tonic", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/austin362667/pyo3-prost" [profile.release] lto = "fat" codegen-units = 1 debug = 2 [dependencies.heck] version = "0.4.0" [dependencies.prettyplease] version = "0.2.9" [dependencies.prost] version = "0.12.3" features = ["std"] default-features = false [dependencies.prost-build] version = "0.12.3" default-features = false [dependencies.prost-types] version = "0.12.3" default-features = false [dependencies.protoc-gen-prost] version = "0.3.1" [dependencies.pyo3] version = "0.21.2" features = [ "extension-module", "multiple-pymethods", ] [dependencies.regex] version = "1.5.5" default-features = false [dependencies.syn] version = "2.0.22" features = [ "parsing", "full", ] [dependencies.tonic-build] version = "0.11.0" features = []