Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
391 B
20 lines
391 B
4 months ago
|
[package]
|
||
|
name = "protobuf"
|
||
|
version = "4.27.3-beta.0"
|
||
|
edition = "2021"
|
||
|
links = "upb"
|
||
|
|
||
|
[lib]
|
||
|
path = "src/shared.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
paste = "1.0.15"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
googletest = {git = "https://github.com/google/googletest-rust.git" }
|
||
|
|
||
|
[build-dependencies]
|
||
|
cmake = "0.1.50"
|
||
|
|
||
|
[lints.rust]
|
||
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bzl)', 'cfg(cpp_kernel)', 'cfg(upb_kernel)'] }
|