synaptic-bedrock 0.2.9

AWS Bedrock integration for Synaptic: ChatModel via Converse API
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 = "synaptic-bedrock"
version = "0.2.9"
authors = ["Synaptic Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS Bedrock integration for Synaptic: ChatModel via Converse API"
homepage = "https://dnw3.github.io/synaptic/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dnw3/synaptic"

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

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

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

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

[dependencies.aws-config]
version = ">=1.5, <1.8.11"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-bedrockruntime]
version = ">=1.80, <1.124"

[dependencies.aws-smithy-types]
version = ">=1, <1.4"

[dependencies.futures]
version = "0.3"

[dependencies.serde_json]
version = "1.0"

[dependencies.synaptic-core]
version = "0.2"

[dev-dependencies.tokio]
version = "1.41"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "fs",
]