pishock_rs 2.1.1

Rust library for the PiShock API
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 = "pishock_rs"
version = "2.1.1"
authors = [
    "GermanPerson",
    "N3ptune",
]
description = "Rust library for the PiShock API"
documentation = "https://docs.rs/pishock_rs"
readme = "README.md"
keywords = ["pishock"]
categories = ["api-bindings"]
license = "MPL-2.0"
repository = "https://github.com/GermanPerson/pishock_rs"

[dependencies.log]
version = "0.4.17"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.93"

[dependencies.textplots]
version = "0.8.0"

[dependencies.thiserror]
version = "1.0.38"

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

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.httpmock]
version = "0.6.7"

[dev-dependencies.simplelog]
version = "0.12.1"

[dev-dependencies.test-log]
version = "0.2.11"

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