# 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 = "rust-powered-lego" version = "0.2.0" description = "This crate aims to control a regular Powered Up motor using a Technic Hub." homepage = "https://github.com/blu3c0ral/rust-powered-lego/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/blu3c0ral/rust-powered-lego/" [dependencies.anyhow] version = "1.0.66" [dependencies.async-trait] version = "0.1.58" [dependencies.bincode] version = "1.3.3" [dependencies.btleplug] version = "0.10.1" [dependencies.byteorder] version = "1.4.3" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.10" features = ["sync"] [dependencies.uuid] version = "1.2.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.winit] version = "0.27.5"