# 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 = "adbear" version = "0.1.1" authors = ["Harsh Shandilya "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI to enable ADB pairing over WiFi" homepage = "https://msfjarvis.github.io/adbear" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/msfjarvis/adbear" [package.metadata.wix] eula = false license = false path-guid = "A674A774-C585-4AFE-AE20-B38CEE15C4A8" upgrade-guid = "4E187D2A-9BA1-43B8-9B51-A6D94C057E96" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "adbear" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.fast_qr] version = "0.12.5" [dependencies.mdns-sd] version = "0.11.4" features = ["async"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", "time", ]