# 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" rust-version = "1.63.0" name = "beam-proto-rs" version = "2.41.0" authors = ["Sho Nakatani "] description = "Rust codes generated from apache/beam .proto" readme = "./README.md" keywords = [ "beam", "apache-beam", "protocol-buffers", ] license = "Apache-2.0" repository = "https://github.com/laysakura/beam-proto-rs" resolver = "2" [dependencies.protobuf] version = "3.1" [build-dependencies.glob] version = "0.3" optional = true [build-dependencies.protobuf-codegen] version = "3.1" optional = true [features] build-proto = [ "dep:glob", "dep:protobuf-codegen", ]