summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/rust/mozdevice/Cargo.toml
blob: b5ecd9ea19077f447ad8db8ce1e506ec4572dea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
edition = "2021"
name = "mozdevice"
version = "0.5.2"
authors = ["Mozilla"]
description = "Client library for the Android Debug Bridge (adb)"
keywords = [
    "adb",
    "android",
    "firefox",
    "geckoview",
    "mozilla",
]
license = "MPL-2.0"
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozdevice"

[dependencies]
log = { version = "0.4", features = ["std"] }
once_cell = "1.4.0"
regex = { version = "1", default-features = false, features = ["perf", "std"] }
tempfile = "3"
thiserror = "1.0.25"
walkdir = "2"
unix_path = "1.0"
uuid = { version = "1.0", features = ["serde", "v4"] }