# 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 = "adb_cli" version = "2.1.0" authors = ["Corentin LIAUD"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust ADB (Android Debug Bridge) CLI" readme = "README.md" keywords = [ "adb", "android", "tcp", "usb", ] license = "MIT" repository = "https://github.com/cocool97/adb_client" [package.metadata.deb] priority = "optional" section = "utility" [[package.metadata.deb.assets]] dest = "usr/bin/" mode = "755" source = "target/release/adb_cli" [package.metadata.generate-rpm] license = "MIT" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/adb_cli" mode = "755" source = "target/release/adb_cli" [[bin]] name = "adb_cli" path = "src/main.rs" [dependencies.adb_client] version = "^2.0.0" [dependencies.anyhow] version = "1.0.94" [dependencies.clap] version = "4.5.23" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [target."cfg(unix)".dependencies.termios] version = "0.3.3"