# 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 = "paste_rs-cli" version = "0.7.1" authors = ["Canvas02 "] description = "A simple cli tool for https://paste.rs/" homepage = "https://github.com/Canvas02/paste_rs-cli" readme = "README.md" keywords = [ "cli", "paste", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Canvas02/paste_rs-cli" resolver = "2" [profile.release] opt-level = 3 lto = true strip = "debuginfo" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.reqwest] version = "0.11" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.19" features = [ "macros", "rt-multi-thread", ]