watasu 0.1.48

Rust SDK for Watasu
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 = "watasu"
version = "0.1.48"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for Watasu"
documentation = "https://docs.rs/watasu"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/watasuio/sdk"
resolver = "2"

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

[features]
default = ["rustls-tls"]
native-tls = [
    "reqwest/native-tls",
    "tokio-tungstenite/native-tls",
]
native-tls-vendored = [
    "native-tls",
    "reqwest/native-tls-vendored",
    "tokio-tungstenite/native-tls-vendored",
]
rustls-tls = [
    "reqwest/rustls-tls",
    "tokio-tungstenite/rustls-tls-webpki-roots",
]
rustls-tls-native-roots = [
    "reqwest/rustls-tls-native-roots",
    "tokio-tungstenite/rustls-tls-native-roots",
]

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

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.http]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-tungstenite]
version = "0.28"
features = ["connect"]
default-features = false

[dependencies.url]
version = "2"