[package] name = "hm-remote" description = "Remote AT command console for HM series BLE device" readme = "README.md" repository = "https://github.com/johnmave126/hm-remote" version = "0.1.2" authors = ["Youmu "] edition = "2018" exclude = [ ".github/**", ".gitignore", ] license = "MIT OR Apache-2.0" keywords = ["bluetooth", "ble"] categories = ["command-line-utilities"] [dependencies] btleplug = "0.5" dialoguer = "0.6" tokio = { version = "0.2", features = ["rt-threaded", "macros", "sync"] } thiserror = "1.0" clap = "2.33" crossterm = "0.18" ctrlc = "3.1" crossbeam-channel = "0.5"