mirror of
https://github.com/poem-web/poem.git
synced 2026-01-25 04:18:25 +00:00
29 lines
678 B
TOML
29 lines
678 B
TOML
[package]
|
|
name = "poem-grpc-build"
|
|
version = "0.5.9"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
documentation.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
description = "Codegen module of poem-grpc."
|
|
keywords = ["http", "async", "grpc"]
|
|
categories = ["network-programming", "asynchronous"]
|
|
|
|
[dependencies]
|
|
prettyplease = "0.2.9"
|
|
prost-build = "0.14"
|
|
quote.workspace = true
|
|
proc-macro2.workspace = true
|
|
syn.workspace = true
|
|
proc-macro-crate.workspace = true
|
|
|
|
[package.metadata.workspaces]
|
|
independent = true
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|