# 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 = "curlio" version = "0.4.3" authors = ["Kei-K23 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "curlio is a command-line tool built in Rust that mimics the functionality of cURL. It allows you to send HTTP requests to URLs with support for various HTTP methods, custom headers, request body data (including JSON and multipart form data with file uploads), and more. The tool also includes options for verbosity, silence, response storage, file download and retry mechanisms." homepage = "https://github.com/Kei-K23/curlio" readme = "README.md" keywords = [ "http-client", "api-client", "cli", "curl", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Kei-K23/curlio" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "curlio" path = "src/main.rs" [dependencies.clap] version = "4.5.17" [dependencies.cookie] version = "0.18.1" [dependencies.reqwest] version = "0.12.7" features = [ "json", "multipart", "blocking", "cookies", ] [dependencies.serde_json] version = "1.0.128"