audacity-sdk 0.2.0

Rust SDK for the Audacity Investments AI gateway — Amazon Bedrock Converse-compatible API surface
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.75"
name = "audacity-sdk"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the Audacity Investments AI gateway — Amazon Bedrock Converse-compatible API surface"
homepage = "https://portal.audacityinvestments.com"
readme = "README.md"
keywords = [
    "audacity",
    "llm",
    "bedrock",
    "ai",
    "sdk",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license-file = "LICENSE"
repository = "https://github.com/Audacity-Investments/audacity-sdk"

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

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

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "time",
    "rt-multi-thread",
    "net",
    "io-util",
    "sync",
]

[dev-dependencies.tokio-util]
version = "0.7"
features = [
    "codec",
    "io",
]