rig-bedrock 0.4.4

AWS Bedrock model provider for Rig integration.
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 = "2024"
name = "rig-bedrock"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS Bedrock model provider for Rig integration."
readme = "README.md"
license = "MIT"

[features]
bedrock-rustls = ["aws-sdk-bedrockruntime/rustls"]

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

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

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

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

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

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

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

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

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

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

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

[dependencies.aws-config]
version = "1.8.5"
features = ["behavior-version-latest"]
default-features = false

[dependencies.aws-sdk-bedrockruntime]
version = "1.102.0"
features = [
    "rt-tokio",
    "default-https-client",
]
default-features = false

[dependencies.aws-smithy-types]
version = "1.3.2"

[dependencies.base64]
version = "0.22.1"

[dependencies.nanoid]
version = "0.4"

[dependencies.rig-core]
version = "0.35.0"
features = ["image"]
default-features = false

[dependencies.rig-derive]
version = "0.1.12"

[dependencies.schemars]
version = "1.0.4"

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

[dependencies.serde_json]
version = "1.0.140"

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

[dependencies.tracing]
version = "0.1.41"

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

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[lints.clippy]
dbg_macro = "forbid"
todo = "forbid"
unimplemented = "forbid"