# 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 = "robomaster-s1-proto" version = "0.2.2" authors = ["Fan Jiang"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of the RoboMaster S1 CAN protocol" readme = "README.md" keywords = [ "robomaster", "protocol", "can", "robotics", "no_std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ProfFan/robomaster-s1-proto" [lib] name = "robomaster_s1_proto" path = "src/lib.rs" [[example]] name = "can-log-parse" path = "examples/can-log-parse.rs" [[example]] name = "rm-can-decode" path = "examples/rm-can-decode.rs" [dependencies.bytemuck] version = "1.16.*" features = ["derive"] [dependencies.num_enum] version = "0.6.*" default-features = false [dev-dependencies.candump-parse] version = "0.1.*" [dev-dependencies.chumsky] version = "0.9.*" [dev-dependencies.clap] version = "4.5.13" features = ["derive"]