cloud-sdk-testkit 0.15.3

Provider-neutral mock transport and fixture boundary for cloud-sdk.
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.90"
name = "cloud-sdk-testkit"
version = "0.15.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider-neutral mock transport and fixture boundary for cloud-sdk."
homepage = "https://github.com/valkyoth/cloud-sdk"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/valkyoth/cloud-sdk"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = ["cloud-sdk/alloc"]
default = []
std = [
    "alloc",
    "cloud-sdk/std",
]

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

[dependencies.cloud-sdk]
version = "0.21.0"

[lints.clippy]
arithmetic_side_effects = "forbid"
cast_possible_truncation = "deny"
cast_sign_loss = "deny"
expect_used = "forbid"
indexing_slicing = "forbid"
panic = "forbid"
undocumented_unsafe_blocks = "forbid"
unwrap_used = "forbid"

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "forbid"
unused_must_use = "deny"