azure_storage_queue 0.1.0

Microsoft Azure Queue client library for Rust
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.85"
name = "azure_storage_queue"
version = "0.1.0"
authors = ["Microsoft"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Microsoft Azure Queue client library for Rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
documentation = "https://docs.rs/azure_storage_queue"
readme = "README.md"
keywords = [
    "sdk",
    "azure",
    "storage",
    "queue",
    "queues",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"

[features]
default = ["azure_core/default"]

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

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

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

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

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

[dependencies.azure_core]
version = "0.29.1"
features = ["xml"]
default-features = false

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

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

[dev-dependencies.rand]
version = "0.9.1"

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

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

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

[lints.rustdoc]
bare_urls = "allow"