[package] name = "hen" version = "0.7.1" edition = "2021" description = "Run API collections from the command line." license = "MIT" repository = "https://gitlab.com/ben_goodman/apps/hen" [dependencies] http = "1.1.0" pest = "2.7.14" pest_derive = "2.7.14" reqwest = { version = "0.12.8", features = ["json", "multipart", "gzip"] } tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } clap = { version = "4.5.20", features = ["derive"] } dialoguer = "0.11.0" log = "0.4.22" simple_logger = "5.0.0"