langsmith-rust 0.1.2

Rust crate for manual tracing to LangSmith, providing similar ergonomics to the Python and TypeScript SDKs
Documentation
[dependencies.async-trait]
version = "0.1"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.once_cell]
version = "1.19"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

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

[dev-dependencies.tokio-test]
version = "0.4"

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

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

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

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

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

[package]
authors = ["teachmewow"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "web-programming"]
description = "Rust crate for manual tracing to LangSmith, providing similar ergonomics to the Python and TypeScript SDKs"
edition = "2021"
keywords = ["langsmith", "tracing", "observability", "langchain", "ai"]
license = "MIT"
name = "langsmith-rust"
readme = "README.md"
repository = "https://github.com/teachmewow/langsmith-rust"
version = "0.1.2"

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

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

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

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