# 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 = "tritium_remote" version = "1.5.1" authors = ["Engineered Arts Ltd"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for connecting to remote Robots running TritiumOS" homepage = "https://www.engineeredarts.co.uk/software/tritium/" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "tritium_remote" path = "src/lib.rs" [[example]] name = "generic_mutation" path = "examples/generic_mutation.rs" [[example]] name = "generic_query" path = "examples/generic_query.rs" [[example]] name = "generic_subscription" path = "examples/generic_subscription.rs" [[example]] name = "play_sequence" path = "examples/play_sequence.rs" [[example]] name = "post_message" path = "examples/post_message.rs" [[example]] name = "start_script" path = "examples/start_script.rs" [[example]] name = "system_info" path = "examples/system_info.rs" [[test]] name = "connection" path = "tests/connection.rs" [dependencies.async-tungstenite] version = "0.26" features = ["tokio-runtime"] [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.graphql_client] version = "0.14" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tungstenite] version = "0.23" [dependencies.uuid] version = "1.8" features = ["v4"] [dev-dependencies.simple_logger] version = "4" features = [ "timestamps", "colors", ]