openstack-sdk-load-balancer 0.22.7

OpenStack SDK Load Balancer service bindings
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.88"
name = "openstack-sdk-load-balancer"
version = "0.22.7"
authors = ["Artem Goncharov (gtema)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenStack SDK Load Balancer service bindings"
homepage = "https://github.com/gtema/openstack"
readme = false
license = "Apache-2.0"
repository = "https://github.com/gtema/openstack"

[features]
async = []
default = ["sync"]
sync = []

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

[dependencies.derive_builder]
version = "^0.20"

[dependencies.http]
version = "^1.4"

[dependencies.openstack_sdk_core]
version = "0.22.7"

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.tracing]
version = "^0.1"

[dev-dependencies.bytes]
version = "^1.11"

[dev-dependencies.httpmock]
version = "0.8"

[dev-dependencies.tokio]
version = "^1.52"
features = [
    "macros",
    "macros",
    "rt-multi-thread",
]
default-features = false

[dev-dependencies.tracing-test]
version = "^0.2"

[lints.clippy]
enum_glob_use = "deny"
expect_used = "deny"
module_inception = "allow"
result_large_err = "allow"
unwrap_used = "deny"