# 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" rust-version = "1.70" name = "arduino-plotter" version = "0.1.0" authors = [ "Lechev.space ", "Lachezar Lechev", ] description = "API bindings (protocol) and Server/Client API for Arduino serial plotter" readme = "README.md" keywords = [ "arduino", "plotting", "protocol", "json", ] categories = [ "api-bindings", "asynchronous", "visualization", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LechevSpace/arduino-plotter" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.parse-display] version = "0.9" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "sync", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-websockets] version = "0.8" features = [ "client", "server", "sha1_smol", "rand", ] [dependencies.tracing] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = [ "net", "sync", "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "json", ]