splits-io-api 0.1.1

Bindings to the Splits.io API for Rust.
Documentation
[badges]
[dependencies.http]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1.0.40"

[dependencies.snafu]
default-features = false
features = ["std"]
version = "0.6.0"

[dependencies.url]
version = "2.1.0"

[dependencies.uuid]
default-features = false
features = ["serde"]
version = "0.8.1"
[dev-dependencies.tokio]
features = ["io-std", "macros"]
version = "0.2"

[package]
authors = ["Christopher Serr <christopher.serr@gmail.com>"]
categories = ["network-programming", "api-bindings"]
description = "Bindings to the Splits.io API for Rust."
documentation = "https://docs.rs/splits-io-api/"
edition = "2018"
include = ["/src/*", "/Cargo.toml", "/CHANGELOG.md", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md"]
keywords = ["splits-io", "speedrun", "livesplit", "web", "async"]
license = "Apache-2.0/MIT"
name = "splits-io-api"
readme = "README.md"
repository = "https://github.com/LiveSplit/splits-io-api"
version = "0.1.1"
[target."cfg(all(any(target_os = \"linux\", target_family = \"windows\", target_os = \"macos\"), any(target_arch = \"x86\", target_arch = \"x86_64\", target_arch = \"arm\", target_arch = \"aarch64\")))".dependencies.hyper-rustls]
version = "0.19.0"
[target."cfg(all(not(target_arch = \"wasm32\"), not(all(any(target_os = \"linux\", target_family = \"windows\", target_os = \"macos\"), any(target_arch = \"x86\", target_arch = \"x86_64\", target_arch = \"arm\", target_arch = \"aarch64\")))))".dependencies.hyper-tls]
version = "0.4.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.bytes]
version = "0.5.2"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper]
default-features = false
features = ["tcp"]
version = "0.13.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.31"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.51"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4.4"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Response", "Window", "RequestInit", "AbortSignal", "ObserverCallback", "ReferrerPolicy", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Headers"]
version = "0.3.32"