langfuse-client-base 0.9.0

Auto-generated Langfuse API client from OpenAPI specification
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 = "2021"
rust-version = "1.88"
name = "langfuse-client-base"
version = "0.9.0"
authors = ["Tim Van Wassenhove <github@timvw.be>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated Langfuse API client from OpenAPI specification"
homepage = "https://github.com/genai-rs/langfuse-client-base"
documentation = "https://docs.rs/langfuse-client-base"
readme = "README.md"
keywords = [
    "langfuse",
    "openapi",
    "client",
    "api",
    "llm",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/genai-rs/langfuse-client-base"

[package.metadata.docs.rs]
features = ["rustls"]
no-default-features = false
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["rustls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[dependencies.bon]
version = "3.8.2"

[dependencies.reqwest]
version = "^0.13.2"
features = [
    "json",
    "multipart",
    "query",
]
default-features = false

[dependencies.reqwest-middleware]
version = "^0.5.1"
features = [
    "json",
    "multipart",
    "query",
]

[dependencies.serde]
version = "^1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0.149"

[dependencies.serde_repr]
version = "^0.1.20"

[dependencies.serde_with]
version = "^3.16.1"
features = [
    "base64",
    "std",
    "macros",
]
default-features = false

[dependencies.url]
version = "^2.5.8"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]

[lints.clippy]
all = "allow"
cargo = "allow"
nursery = "allow"
pedantic = "allow"
restriction = "allow"