# 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 = "nt-rs" version = "0.0.1" description = "An NT 4.0 (and parially 4.1) client" homepage = "https://github.com/BlueZeeKing/robotrs" readme = "README.md" license = "MIT" repository = "https://github.com/BlueZeeKing/robotrs" [dependencies.flume] version = "0.11.0" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.0.0" [dependencies.rmp] version = "0.8.12" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.53" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21.0" [dependencies.tungstenite] version = "0.21.0"