# 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 = "forensic-adb" version = "0.7.0" authors = [ "Mozilla", "kpcyrd ", ] description = "Tokio based client library for the Android Debug Bridge (adb) based on mozdevice" readme = "README.md" keywords = [ "adb", "android", ] license = "MPL-2.0" repository = "https://github.com/kpcyrd/forensic-adb" [dependencies.bstr] version = "1.9.1" [dependencies.log] version = "0.4" features = ["std"] [dependencies.once_cell] version = "1.4.0" [dependencies.regex] version = "1" features = [ "perf", "std", ] default-features = false [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0.25" [dependencies.tokio] version = "1.26.0" features = [ "net", "fs", "io-util", ] [dependencies.unix_path] version = "1.0" [dependencies.uuid] version = "1.0" features = [ "serde", "v4", ] [dependencies.walkdir] version = "2" [dev-dependencies.futures] version = "0.3.27" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]