azure_core_test 0.1.0

Utilities for testing client libraries built on azure_core.
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 = "azure_core_test"
version = "0.1.0"
authors = ["Microsoft"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for testing client libraries built on azure_core."
homepage = "https://github.com/azure/azure-sdk-for-rust"
documentation = "https://docs.rs/azure_core_test"
readme = "README.md"
keywords = [
    "sdk",
    "cloud",
    "rest",
    "iot",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"

[features]
default = []
tracing = ["tracing-subscriber"]

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

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

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

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

[dependencies.azure_core]
version = "1.0.0"
features = ["test"]
default-features = false

[dependencies.azure_core_test_macros]
version = "0.1.0"

[dependencies.azure_identity]
version = "1.0.0"

[dependencies.clap]
version = "4.5.58"
features = ["derive"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.10.1"
features = ["sys_rng"]

[dependencies.rand_chacha]
version = "0.10"

[dependencies.reqwest]
version = "0.13.2"
features = ["stream"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tar]
version = "0.4.45"
default-features = false

[dependencies.tokio]
version = "1.49"
features = [
    "macros",
    "time",
    "io-util",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]
optional = true

[dependencies.url]
version = "2.5"

[dependencies.zip]
version = "8.2"
features = ["deflate"]
default-features = false

[dev-dependencies.azure_security_keyvault_secrets]
version = "1.0.0"

[dev-dependencies.clap]
version = "4.5.58"
features = ["derive"]

[dev-dependencies.include-file]
version = "0.5.1"
default-features = false

[dev-dependencies.tokio]
version = "1.49"
features = [
    "macros",
    "time",
    "macros",
    "rt",
    "signal",
]
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[lints.clippy]
large_futures = "deny"
uninlined_format_args = "allow"

[lints.clippy.style]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(docsrs)"]

[lints.rustdoc]
bare_urls = "allow"