[package]
edition = "2024"
rust-version = "1.91"
name = "headwaters-client"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust client for the Headwaters read API (lineage browse, graph, search, tags, stats)"
homepage = "https://github.com/open-lakehouse/headwaters/tree/main/crates/headwaters-client"
documentation = "https://docs.rs/headwaters-client"
readme = "README.md"
keywords = [
"openlineage",
"lineage",
"client",
"connectrpc",
]
categories = [
"database",
"api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/open-lakehouse/headwaters"
resolver = "2"
[features]
cloud-auth = ["dep:olai-http"]
default = []
[lib]
name = "headwaters_client"
path = "src/lib.rs"
[dependencies.buffa-types]
version = "0.7"
features = ["json"]
[dependencies.connectrpc]
version = "0.7"
features = ["client"]
[dependencies.headwaters-proto]
version = "0.0.2"
features = ["client"]
[dependencies.http]
version = "1"
[dependencies.http-body]
version = "1"
[dependencies.olai-http]
version = "0.0.5"
features = ["connectrpc"]
optional = true
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tokio]
version = "1.47"
features = [
"macros",
"rt",
"sync",
"macros",
"rt-multi-thread",
]