entelix-cloud 0.6.1

entelix cloud transports — Bedrock, Vertex, Foundry; OAuth refresh (gcp_auth, aws-sigv4, azure_identity)
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"
rust-version = "1.95"
name = "entelix-cloud"
version = "0.6.1"
authors = ["junyeong-ai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "entelix cloud transports — Bedrock, Vertex, Foundry; OAuth refresh (gcp_auth, aws-sigv4, azure_identity)"
documentation = "https://docs.rs/entelix"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "graph",
    "runtime",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/junyeong-ai/entelix"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
aws = [
    "dep:aws-config",
    "dep:aws-credential-types",
    "dep:aws-sigv4",
    "dep:aws-smithy-runtime-api",
    "dep:crc32fast",
]
azure = [
    "dep:azure_core",
    "dep:azure_identity",
    "dep:time",
]
default = []
gcp = ["dep:gcp_auth"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.aws-config]
version = "1.8"
optional = true

[dependencies.aws-credential-types]
version = "1.2"
optional = true

[dependencies.aws-sigv4]
version = "1.4"
optional = true

[dependencies.aws-smithy-runtime-api]
version = "1.9"
optional = true

[dependencies.azure_core]
version = "0.35"
optional = true

[dependencies.azure_identity]
version = "0.35"
optional = true

[dependencies.bytes]
version = "1.11"

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

[dependencies.crc32fast]
version = "1"
optional = true

[dependencies.entelix-core]
version = "0.6.1"

[dependencies.futures]
version = "0.3"

[dependencies.gcp_auth]
version = "0.12"
optional = true

[dependencies.http]
version = "1.4"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
optional = true

[dependencies.tokio]
version = "1.52"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "io-util",
    "signal",
]

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

[dev-dependencies.schemars]
version = "1.2"

[dev-dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dev-dependencies.serde_json]
version = "1.0"

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

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

[lints.clippy]
await_holding_lock = "deny"
await_holding_refcell_ref = "deny"
dbg_macro = "deny"
duration_suboptimal_units = "allow"
expect_used = "warn"
indexing_slicing = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
print_stderr = "deny"
print_stdout = "deny"
return_self_not_must_use = "allow"
similar_names = "warn"
struct_excessive_bools = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
invalid_codeblock_attributes = "deny"
invalid_html_tags = "deny"
invalid_rust_codeblocks = "deny"
private_intra_doc_links = "deny"
unescaped_backticks = "deny"