[package] name = "mongo-task-generator" description = "Dynamically split evergreen tasks into subtasks for testing the mongodb/mongo project." license = "Apache-2.0" version = "0.6.5" repository = "https://github.com/mongodb/mongo-task-generator" authors = ["Decision Automation Group "] edition = "2018" [dependencies] anyhow = "1.0" async-trait = "0.1" chrono = "0.4" clap = "3.1" cmd_lib = "1.3" evg-api-rs = "0.2.2" futures = "0.3" lazy_static = "1.4" maplit = "1" rand = "0.8.5" regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.8" shellexpand = "2.1" shrub-rs = "0.5.1" tokio = { version = "1", features = ["full"] } tracing = "0.1" tracing-subscriber = {version = "0.3", features = ["json", "fmt", "std"]} [dev-dependencies] assert_cmd = "2.0" cargo-nextest = "0.9" rstest = "0.15" simple-error = "0.2" tempdir = "0.3" [profile.release] opt-level = 2 lto = "thin"