-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (41 loc) · 947 Bytes
/
Cargo.toml
File metadata and controls
42 lines (41 loc) · 947 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[package]
name = "cro3"
description = "Abstraction Layer of ChromiumOS development"
version = "0.1.2"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/google/cro3"
[dependencies]
argh = "0.1.12"
regex = "1"
anyhow = "1.0.75"
regex-macro = "0.2.0"
dirs = "5.0"
serde_json = {version = "1.0", features = ["preserve_order"]}
url = "2.4.1"
rand = "0.8.5"
chrono = "0.4.31"
tempdir = "0.3.7"
async-process = "1.7.0"
termion = "2.0.1"
futures = "0.3"
nix = "0.27.1"
serde = {version = "1.0", features = ["derive"]}
rayon = "1.8"
lazy_static = "1.4.0"
base64 = "0.21.4"
glob = "0.3.1"
macaddr = "1.0"
retry = "2.0.0"
pretty_assertions = "1.4.0"
wait-timeout = "0.2.0"
num_cpus = "1.16.0"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
once_cell = "1.18.0"
indicatif = "0.17.7"
whoami = "1.5.0"
strum = "0.26.0"
strum_macros = "0.26"
signal-hook = "0.3.x"
strip-ansi-escapes = "0.2.0"