trybench-sdk 0.1.0

Trace AI applications and test their behavior with Bench
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 = "trybench-sdk"
version = "0.1.0"
build = false
include = [
    "src/**",
    "tests/**",
    "examples/**",
    "README.md",
    "LICENSE",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trace AI applications and test their behavior with Bench"
documentation = "https://docs.usebench.ai/sdk/rust"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/trybench/bench-sdk"

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "sync",
    "rt",
]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]