# 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 = "pastes" version = "0.1.3" authors = ["funnyboy_roks "] description = "Pastes is a simple tool to upload files and text to pastes.dev or bytebin.lucko.me" homepage = "https://github.com/funnyboy-roks/pastes" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/funnyboy-roks/pastes" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.flate2] version = "1.0.26" [dependencies.humanize-bytes] version = "1.0.5" [dependencies.mime] version = "0.3.17" [dependencies.mime_guess] version = "2.0.4" [dependencies.reqwest] version = "0.11.18" features = [ "json", "gzip", "mime_guess", "blocking", ] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.toml] version = "0.7.4"