obniz-rust 0.1.0

A Rust client library for Obniz IoT platform
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 = "obniz-rust"
version = "0.1.0"
authors = ["Takumi Okamoto <takumi1988okamoto@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client library for Obniz IoT platform"
homepage = "https://github.com/MrBearing/obniz-rust"
readme = "README.md"
keywords = [
    "obniz",
    "iot",
    "websocket",
]
categories = [
    "api-bindings",
    "embedded",
]
license = "MIT"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.futures]
version = "0.3"

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

[dependencies.futures-util]
version = "0.3"
features = [
    "async-await",
    "sink",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.46.1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.27.0"
features = ["native-tls"]

[dependencies.tungstenite]
version = "0.27.0"
features = ["native-tls"]

[dependencies.url]
version = "2.2.2"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.mockall]
version = "0.13.1"

[dev-dependencies.tokio-test]
version = "0.4"