# 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 = "rcx" version = "0.1.3" authors = ["David Young "] description = "Communicate with LEGO RCX bricks" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/bricks-rs/rcx" [[example]] name = "motor" required-features = ["examples"] [[example]] name = "light_sensor" required-features = ["examples"] [dependencies.color-eyre] version = "0.6" optional = true [dependencies.hex] version = "0.4.3" [dependencies.nom] version = "7.1.3" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [build-dependencies.askama] version = "0.12" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_yaml] version = "0.9" [features] default = ["usbtower"] examples = [ "usbtower", "dep:color-eyre", ] usbtower = []