[package] name = "mcai-benchmark" authors = [ "Thibaud Le Graverend " ] version = "0.3.0" edition = "2021" license = "MIT" description = "Library to benchmark MCAI workers." [dependencies] async-std = "1.12.0" async-trait = "0.1.56" bollard = "0.12.0" byte-unit = "4.0.14" chrono = "0.4.19" enterpolation = "0.1.1" futures-util = "0.3.21" handlebars = "4.3.1" itertools = "0.10.3" mcai-docker = "0.2.0" serde = "1.0.137" serde_json = "1.0.81" serde_valid = "0.2.0" serde_yaml = "0.8.24" tokio = { version="1.19.2", features=["macros"]}