headwaters-proto 0.0.2

Generated protobuf types and ConnectRPC stubs for the Headwaters read API (headwaters.read.v1) and OpenLineage event model (lineage.v1)
Documentation
# 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 = "2024"
rust-version = "1.91"
name = "headwaters-proto"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated protobuf types and ConnectRPC stubs for the Headwaters read API (headwaters.read.v1) and OpenLineage event model (lineage.v1)"
homepage = "https://github.com/open-lakehouse/headwaters/tree/main/crates/headwaters-proto"
documentation = "https://docs.rs/headwaters-proto"
readme = "README.md"
keywords = [
    "openlineage",
    "lineage",
    "protobuf",
    "connectrpc",
]
categories = [
    "database",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/open-lakehouse/headwaters"
resolver = "2"

[package.metadata.cargo-machete]
ignored = [
    "bytes",
    "http-body",
]

[features]
client = ["connectrpc/client"]
client-tls = ["connectrpc/client-tls"]
default = []
server = [
    "connectrpc/server",
    "connectrpc/axum",
]

[lib]
name = "headwaters_proto"
path = "src/lib.rs"

[dependencies.buffa]
version = "0.7"
features = ["json"]

[dependencies.buffa-types]
version = "0.7"
features = ["json"]

[dependencies.bytes]
version = "1"

[dependencies.connectrpc]
version = "0.7"

[dependencies.http-body]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]