# 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 = "protobuf-native" version = "0.3.2+26.1" authors = ["Materialize, Inc."] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A high-level, safe API for libprotobuf." documentation = "https://docs.rs/protobuf-native" readme = "README.md" categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/MaterializeInc/rust-protobuf-native" [lib] name = "protobuf_native" path = "src/lib.rs" [[test]] name = "protobuf-native" path = "tests/protobuf-native/main.rs" [dependencies.cxx] version = "1.0.122" [dependencies.paste] version = "1.0.15" [dependencies.protobuf-src] version = "2.1.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1" [build-dependencies.cxx-build] version = "1.0.122"