dexcost 0.9.0

Agent Unit Economics SDK for Rust — track end-to-end business-task costs for AI agents.
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"
name = "dexcost"
version = "0.9.0"
authors = ["Dexwox Innovations"]
build = false
exclude = [
    "PARITY.md",
    "/target",
    "/tests",
    "/examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Unit Economics SDK for Rust — track end-to-end business-task costs for AI agents."
homepage = "https://github.com/DexwoxBusiness/dexcost-sdk"
documentation = "https://docs.dexcost.io/docs/sdks/rust"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "llm",
    "cost-tracking",
    "observability",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/DexwoxBusiness/dexcost-sdk"

[features]
actix-middleware = [
    "actix-web",
    "actix-service",
]
axum-middleware = ["axum"]
default = []
gpu = ["nvml-wrapper"]
reqwest-middleware = ["dep:reqwest-middleware"]
streaming = ["async-stream"]
tower-middleware = [
    "tower",
    "tower-http",
]
tracing-bridge = [
    "tracing",
    "tracing-subscriber",
]

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

[[bin]]
name = "dexcost"
path = "src/bin/dexcost.rs"

[dependencies.actix-service]
version = "2"
optional = true

[dependencies.actix-web]
version = "4"
optional = true

[dependencies.anyhow]
version = "1"

[dependencies.async-stream]
version = "0.3"
optional = true

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.7"
optional = true

[dependencies.bytes]
version = "1"

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

[dependencies.dirs-next]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.jsonschema]
version = "0.45.0"

[dependencies.nvml-wrapper]
version = "0.10"
optional = true

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1"

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

[dependencies.reqwest-middleware]
version = "0.4"
optional = true

[dependencies.rusqlite]
version = "0.39.0"
features = ["bundled"]

[dependencies.rust_decimal]
version = "1"
features = ["serde-with-str"]

[dependencies.rust_decimal_macros]
version = "1.40.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tower]
version = "0.5"
optional = true

[dependencies.tower-http]
version = "0.6"
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
optional = true

[dependencies.unicode-normalization]
version = "0.1"

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

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.wiremock]
version = "0.6"