spatio-sdk 0.0.2

Rust SDK for the SpatioAPI. Generated from the official OpenAPI spec.
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 = "spatio-sdk"
version = "0.0.2"
authors = ["Spatio Labs <hello@spatio.app>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the SpatioAPI. Generated from the official OpenAPI spec."
homepage = "https://www.spatio.app/developers/docs/sdk"
documentation = "https://www.spatio.app/developers/docs/sdk"
readme = "README.md"
keywords = [
    "spatio",
    "sdk",
    "api",
    "openapi",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/spatio-labs/spatio-rust"

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

[lib]
name = "spatio_sdk"
path = "src/lib.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.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

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

[dependencies.tokio]
version = "^1.46.0"
features = ["fs"]

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

[dependencies.url]
version = "^2.5"