# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "blez-tools" version = "0.9.7" authors = ["Sebastian Urban "] description = "Renamed to bluer-tools" readme = "README.md" keywords = ["bluetooth", "bluez", "ble", "gatt", "l2cap"] categories = ["hardware-support", "command-line-utilities"] license = "BSD-2-Clause" repository = "https://github.com/surban/blez" [[bin]] name = "blemon" path = "src/blemon.rs" [[bin]] name = "gattcat" path = "src/gattcat.rs" [[bin]] name = "l2cat" path = "src/l2cat.rs" [dependencies.blez] version = "0.9.5" [dependencies.bytes] version = "1" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.crossterm] version = "0.20" [dependencies.env_logger] version = "0.8" [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.2" [dependencies.tab-pty-process] version = "0.2" [dependencies.tokio] version = "1" features = ["io-std", "io-util", "process", "rt-multi-thread"] [dependencies.tokio-compat-02] version = "0.2"