# 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 = "pastebin-cli" version = "0.1.7" authors = ["Tilo K"] description = "A simple CLI for pastebin.com" homepage = "https://tilok.dev" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/Tilo-K/pastebin-cli" [package.metadata.wix] eula = false license = false path-guid = "53568045-D9C0-4E69-82E4-8CA9D45ECC5D" upgrade-guid = "C59671CA-09B6-4A5C-B381-BFDECECB9F9D" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.home] version = "0.5.5" [dependencies.quick-xml] version = "0.31.0" features = [ "serde", "serialize", ] [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.189" features = [ "serde_derive", "derive", ] [dependencies.tokio] version = "1.33.0" features = ["full"]