[package] name = "joat" version = "0.0.8" authors = ["Vinicius "] edition = "2018" description = "Jack of all trades - CLI tools for REST APIs" license = "MIT" readme = "README.md" keywords = ["cli", "rest", "http", "http", "automation"] categories = ["command-line-utilities"] repository = "https://github.com/sennav/joat" [dependencies] clap = { version = "~2.33.0", features = ["yaml"] } tera = "1.19.1" yaml-rust = "0.3.5" reqwest = "0.9.24" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" dirs = "5.0.1" regex = "1" globwalk = "0.9" terminal_size = "0.3" base64 = "0.22" oauth2 = { version = "3.0.0-alpha.5" } rand = "0.9.0-alpha.1" url = "2.5.0" log = "0.4.8" env_logger = "0.11.3" shellexpand = "3.1.0"