langfuse-client 0.1.21

## Authentication Authenticate with the API using [Basic Auth](https://en.wikipedia.org/wiki/Basic_access_authentication), get API keys in the project settings: - username: Langfuse Public Key - password: Langfuse Secret Key ## Exports - OpenAPI spec: https://cloud.langfuse.com/generated/api/openapi.yml - Postman collection: https://cloud.langfuse.com/generated/postman/collection.json
Documentation
[dependencies.ahash]
features = ["serde"]
optional = true
version = "0.8.11"

[dependencies.bon]
optional = true
version = "3.6.3"

[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"

[features]
ahash = ["dep:ahash"]
bon = ["dep:bon"]

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

[package]
authors = ["Nikolas Yanek-Chrones, OpenAPI Generator team and contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "## Authentication  Authenticate with the API using [Basic Auth](https://en.wikipedia.org/wiki/Basic_access_authentication), get API keys in the project settings:  - username: Langfuse Public Key - password: Langfuse Secret Key  ## Exports  - OpenAPI spec: https://cloud.langfuse.com/generated/api/openapi.yml - Postman collection: https://cloud.langfuse.com/generated/postman/collection.json"
edition = "2024"
license = "MIT"
name = "langfuse-client"
readme = "README.md"
version = "0.1.21"