[package] name = "boltcli" version = "0.12.5" edition = "2021" authors = ["Hiro "] license = "MIT" description = "Build and test APIs" readme = "README.md" homepage = "https://github.com/hiro-codes/bolt" repository = "https://github.com/hiro-codes/bolt" keywords = ["api", "cli"] categories = ["command-line-utilities"] [[bin]] name = "bolt" path = "src/main.rs" [dependencies] bolt_core = { version = "0.12.5", path = "../bolt_core/core" } actix-web = "4" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } actix-files = "0.6.2" webbrowser = "0.8.3" dirs = "4.0.0" reqwest = { version = "0.11.14", features = ["blocking", "json"] }