[package]
name = "probely"
version = "0.1.21"
edition = "2021"
authors = ["Olsi Gjeci <olsi.developer@gmail.com>"]
description = "The unofficial CLI tool for interacting with the Probely API. 🚀 This project was initiated as a way to learn Rust and is currently a work in progress. It is not yet complete. For the official Probely CLI, please visit the documentation at https://developers.probely.com/."
license = "MIT"
keywords = ["cli", "probely", "security", "api"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

dialoguer = "0.11.0"
clap = "4.5.1"
reqwest = { version = "0.12.3", features = ["json"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tokio = { version = "1.36.0", features = ["full"] }
comfy-table = "7.1.0"
spinners = "4.1.1"
chrono = "0.4.35"