# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "probely" version = "0.1.21" authors = ["Olsi Gjeci "] 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/." readme = "README.md" keywords = [ "cli", "probely", "security", "api", ] license = "MIT" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.1" [dependencies.comfy-table] version = "7.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.reqwest] version = "0.12.3" features = ["json"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.spinners] version = "4.1.1" [dependencies.tokio] version = "1.36.0" features = ["full"]