# 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 = "bltui" version = "0.1.3" authors = ["simonadi"] description = "A Bluetooth device managing TUI" homepage = "https://github.com/simonadi/bltui" readme = "README.md" keywords = [ "bluetooth", "tui", "cli", "terminal", ] license = "MIT" repository = "https://github.com/simonadi/bltui" [dependencies.btleplug] version = "0.10.1" features = ["serde"] [dependencies.clap] version = "4.0.0" features = ["derive"] [dependencies.crossterm] version = "0.25" [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "macros", "formatting", ] [dependencies.tokio] version = "1.20.0" features = ["full"] [dependencies.tui] version = "0.19" [dependencies.tui-logger] version = "0.8" [target."cfg(target_os = \"linux\")".dependencies.zbus] version = "3.1.0" features = ["tokio"] default-features = false [target."cfg(target_os = \"linux\")".dependencies.zvariant] version = "3.6.0"