-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (34 loc) · 918 Bytes
/
Cargo.toml
File metadata and controls
35 lines (34 loc) · 918 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
[package]
name = "lorikeet"
version = "0.16.0"
authors = ["cetra3 <cetra3@hotmail.com>"]
license = "MIT/Apache-2.0"
description = "a parallel test runner for devops"
repository = "https://github.com/cetra3/lorikeet"
readme = "README.md"
edition = "2024"
[dependencies]
petgraph = "0.8.3"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.34"
linked-hash-map = { version = "0.5.6", features = ["serde_impl"] }
tera = "1.20.0"
structopt = "0.3.21"
log = "0.4.14"
colored = "3.0.0"
atty = "0.2.14"
regex = "1.12.2"
env_logger = "0.11.8"
reqwest = {version = "0.12.24", features = ["json", "stream", "multipart"] }
chashmap = "2.2.2"
hostname = "0.4.1"
sys-info = "0.9.1"
jmespath = "0.4.0"
anyhow = "1.0.38"
serde_json = "1.0"
quick-xml = "0.38.3"
cookie = "0.18.1"
tokio = {version = "1.0", features = ["full"]}
tokio-util = {version = "0.7", features= ["codec"]}
libc = "0.2.177"
futures = "0.3.31"