[package] name = "wrkflw" version = "0.1.0" edition = "2021" description = "A GitHub Actions workflow validator and executor" documentation = "https://github.com/bahdotsh/wrkflw" homepage = "https://github.com/bahdotsh/wrkflw" repository = "https://github.com/bahdotsh/wrkflw" keywords = ["workflows", "github", "local"] categories = ["command-line-utilities"] license = "MIT" [dependencies] clap = { version = "4.3", features = ["derive"] } colored = "2.0" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" tokio = { version = "1.28", features = ["full"] } async-trait = "0.1" bollard = "0.14" futures-util = "0.3" futures = "0.3" chrono = "0.4" uuid = { version = "1.3", features = ["v4"] } tempfile = "3.6" tar = "0.4" dirs = "5.0" thiserror = "1.0" log = "0.4" which = "4.4" crossterm = "0.25" tui = "0.19" once_cell = "1.19.0" [profile.release] codegen-units = 1 lto = true