# 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 = "bluetui" version = "0.5.1" authors = ["Badr Badri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TUI for managing bluetooth on Linux" homepage = "https://github.com/pythops/bluetui" readme = "Readme.md" license = "GPL-3.0" repository = "https://github.com/pythops/bluetui" [profile.release] strip = true [lib] name = "bluetui" path = "src/lib.rs" [[bin]] name = "bluetui" path = "src/main.rs" [dependencies.async-channel] version = "2" [dependencies.bluer] version = "0.17" features = ["full"] [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.27" features = ["event-stream"] [dependencies.dirs] version = "5" [dependencies.futures] version = "0.3" [dependencies.ratatui] version = "0.27" [dependencies.serde] version = "1" features = ["derive"] [dependencies.terminal-light] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [dependencies.tui-input] version = "0.9"