# 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" rust-version = "1.70" name = "apictl" version = "1.0.0" authors = ["Joshua Marsh "] description = "Interact with APIs via the command-line." readme = "README.md" license = "MIT" repository = "https://github.com/icub3d/apictl" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.indicatif] version = "0.17.5" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" features = [ "json", "multipart", "stream", ] [dependencies.serde] version = "1.0.176" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.walkdir] version = "2.3.3"