blob: 8fdcf41c570cd90a7b14715be5a4330850769d18 [file] [edit]
# Protocol Buffers - Google's data interchange format
# Copyright 2024 Google LLC. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd
[package]
name = "protobuf"
version = "4.27.3-beta.0"
edition = "2021"
links = "libupb"
license = "BSD-3-Clause"
rust-version = "1.74"
[lib]
path = "src/shared.rs"
[dependencies]
paste = "1.0.15"
[dev-dependencies]
googletest = "0.13.0"
[build-dependencies]
cc = "1.1.6"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bzl)', 'cfg(cpp_kernel)', 'cfg(upb_kernel)'] }