[dependencies.reqwest]
default-features = false
features = ["json", "multipart"]
version = "^0.12"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.serde_repr]
version = "^0.1"
[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"
[dependencies.url]
version = "^2.5"
[dev-dependencies.dotenv]
version = "0.15"
[dev-dependencies.tokio]
features = ["full"]
version = "1.40"
[dev-dependencies.tracing]
version = "0.1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[features]
default = ["rustls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls-tls"]
[lib]
name = "langfuse_client_base"
path = "src/lib.rs"
[lints.clippy]
all = "allow"
cargo = "allow"
nursery = "allow"
pedantic = "allow"
restriction = "allow"
[package]
authors = ["Tim Van Wassenhove <github@timvw.be>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "Auto-generated Langfuse API client from OpenAPI specification"
documentation = "https://docs.rs/langfuse-client-base"
edition = "2021"
homepage = "https://github.com/genai-rs/langfuse-client-base"
keywords = ["langfuse", "openapi", "client", "api", "llm"]
license = "MIT OR Apache-2.0"
name = "langfuse-client-base"
readme = "README.md"
repository = "https://github.com/genai-rs/langfuse-client-base"
rust-version = "1.82"
version = "0.2.2"