-
Notifications
You must be signed in to change notification settings - Fork 45
/
Cargo.toml
39 lines (38 loc) · 1.85 KB
/
Cargo.toml
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
[package]
name = "wagi"
version = "0.8.1"
authors = ["Matt Butcher <[email protected]>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
async-stream = "0.3"
async-trait = "0.1"
bindle = { version = "0.8.0", default-features = false, features = ["client", "server", "caching"] }
cap-std = "^0.24"
clap = "2.33.3"
docker_credential = "1.0.1"
env-file-reader = "0.2"
futures = "0.3"
hyper = { version = "0.14", features = ["full"] }
indexmap = { version = "^1.6.2", features = ["serde"] }
oci-distribution = "0.6"
reqwest = { version = "0.11", features = ["stream"] }
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.9"
tokio = { version = "1.1", features = ["full"] }
toml = "0.5"
url = "2.2"
tokio-rustls = "0.22"
tempfile = "3.2"
tracing-subscriber = "0.2"
tracing = { version = "0.1", features = ["log"] }
tracing-futures = "0.2"
url-escape = "0.1"
wasi-common = "0.35.3"
wasi-cap-std-sync = "0.35.3"
wasi-experimental-http-wasmtime = "0.10.0"
wasmtime = "0.35.3"
wasmtime-wasi = "0.35.3"
wasmtime-cache = "0.35.3"
wat = "1.0.37"
chrono = "0.4.19"