# 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" rust-version = "1.75" name = "bluer-tools" version = "0.17.2" authors = [ "Sebastian Urban ", "BlueR contributors", ] description = "BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux" readme = "README.md" keywords = [ "bluetooth", "bluez", "gatt", "l2cap", "rfcomm", ] categories = [ "hardware-support", "command-line-utilities", ] license = "BSD-2-Clause" repository = "https://github.com/bluez/bluer" [[bin]] name = "bluadv" path = "src/bluadv.rs" [[bin]] name = "blumon" path = "src/blumon.rs" [[bin]] name = "gattcat" path = "src/gattcat.rs" [[bin]] name = "l2cat" path = "src/l2cat.rs" [[bin]] name = "rfcat" path = "src/rfcat.rs" [dependencies.bluer] version = "0.17.1" features = ["full"] [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.pretty-hex] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-jsonlines] version = "0.5.0" features = ["async"] [dependencies.tab-pty-process] version = "0.2" [dependencies.tokio] version = "1" features = [ "fs", "io-std", "io-util", "process", "rt-multi-thread", "signal", ] [dependencies.tokio-compat-02] version = "0.2" [dependencies.uuid] version = "1" features = ["v4"]