uapi-sdk-rust 0.1.10

UAPI Rust SDK - idiomatic, typed, domain-driven API client.
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"
name = "uapi-sdk-rust"
version = "0.1.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UAPI Rust SDK - idiomatic, typed, domain-driven API client."
documentation = "https://docs.rs/uapi-sdk-rust"
readme = "README.md"
keywords = [
    "uapi",
    "sdk",
    "api",
    "client",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AxT-Team/uapi-sdk-rust"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

[dependencies.once_cell]
version = "1.19"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "gzip",
    "brotli",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3"
features = [
    "parsing",
    "formatting",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

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