# 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-utils" version = "0.6.0" description = "Rust implementation of commonly used ADB commands" readme = "README.md" keywords = ["adb"] license = "MIT" repository = "https://github.com/radu781/adb-utils-rs" [lib] name = "adb_utils" path = "src/lib.rs" [[example]] name = "list_files" path = "examples/shell/list_files.rs" [[example]] name = "general_info" path = "examples/general/general_info.rs" [[example]] name = "pull" path = "examples/file_transfer/pull.rs" [[example]] name = "push" path = "examples/file_transfer/push.rs" [[example]] name = "pair" path = "examples/networking/pair.rs" [dependencies]