-
Notifications
You must be signed in to change notification settings - Fork 524
/
Copy pathCargo.toml
34 lines (33 loc) · 1.12 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
[package]
name = "testsys"
version = "0.1.0"
authors = ["Ethan Pullen <[email protected]>", "Matt Briggs <[email protected]>"]
license = "Apache-2.0 OR MIT"
edition = "2021"
publish = false
[dependencies]
async-trait = "0.1"
aws-config = "0.54.1"
aws-sdk-ec2 = "0.24"
base64 = "0.20"
bottlerocket-types = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.7", tag = "v0.0.7"}
bottlerocket-variant = { version = "0.1", path = "../../sources/bottlerocket-variant" }
clap = { version = "3", features = ["derive", "env"] }
env_logger = "0.10"
futures = "0.3"
handlebars = "4"
log = "0.4"
maplit = "1"
testsys-model = { git = "https://github.com/bottlerocket-os/bottlerocket-test-system", version = "0.0.7", tag = "v0.0.7"}
pubsys-config = { path = "../pubsys-config/", version = "0.1.0" }
fastrand = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_plain = "1"
serde_yaml = "0.8"
snafu = "0.7"
term_size = "0.3"
testsys-config = { path = "../testsys-config/", version = "0.1" }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
unescape = "0.1"
url = "2"