timeweb-rs 0.1.2

Async Rust SDK for the Timeweb Cloud API
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 = "timeweb-rs"
version = "0.1.2"
build = false
exclude = [
    "/.github",
    "/openapi",
    "/openapitools.json",
    "/release-plz.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust SDK for the Timeweb Cloud API"
homepage = "https://github.com/RAprogramm/timeweb-rs"
documentation = "https://docs.rs/timeweb-rs"
readme = "README.md"
keywords = [
    "timeweb",
    "cloud",
    "sdk",
    "api",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/RAprogramm/timeweb-rs"

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

[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]

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

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serde_with]
version = "3"
features = [
    "base64",
    "std",
    "macros",
]
default-features = false

[dependencies.tokio]
version = "1"
features = ["fs"]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

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

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