# 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 = "vexide-simulator-protocol" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON-based protocol enabling communication between VEX robot simulators and user-facing frontends" homepage = "https://vexide.dev" readme = "README.md" license = "MIT" repository = "https://github.com/vexide/simulator-protocol" [lib] name = "vexide_simulator_protocol" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.mint] version = "0.5.9" features = ["serde"] [dependencies.rgb] version = "0.8.37" features = ["serde"] [dependencies.serde] version = "1.0.201" features = ["derive"]