langfuse-core 0.1.0

Core types and API client for Langfuse
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.93.1"
name = "langfuse-core"
version = "0.1.0"
authors = ["Brandon Martin <brandontm@gmail.com>"]
build = "build.rs"
exclude = [
    ".github/",
    ".sisyphus/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and API client for Langfuse"
homepage = "https://github.com/weshipwork/langfuse-rs"
documentation = "https://docs.rs/langfuse-core"
readme = "README.md"
keywords = [
    "langfuse",
    "observability",
    "llm",
    "api-client",
    "types",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/weshipwork/langfuse-rs"
resolver = "2"

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

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[[test]]
name = "types_test"
path = "tests/types_test.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures-core]
version = "0.3"

[dependencies.opentelemetry_sdk]
version = "0.31"
features = ["trace"]

[dependencies.progenitor-client]
version = "0.9"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[build-dependencies.openapiv3]
version = "2"

[build-dependencies.prettyplease]
version = "0.2"

[build-dependencies.progenitor]
version = "0.9"

[build-dependencies.serde_json]
version = "1"

[build-dependencies.serde_yaml]
version = "0.9"

[build-dependencies.syn]
version = "2"
features = ["full"]