# 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 = "uplift-cli" version = "0.1.0" authors = ["Dylan Owen "] description = "A cli tool to control a bluetooth enabled uplift desk" homepage = "https://github.com/dylanowen/uplift-cli" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/dylanowen/uplift-cli" resolver = "2" [[bin]] name = "uplift" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.btleplug] version = "0.9" [dependencies.clap] version = "3.1" features = ["derive", "env"] [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.17" features = ["macros", "time", "rt-multi-thread"] [dependencies.uuid] version = "0.8"