# 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 = "rustypaste-cli" version = "0.9.1" authors = ["Orhun Parmaksız "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "rpaste" description = "A CLI tool for rustypaste" homepage = "https://github.com/orhun/rustypaste" readme = "README.md" keywords = [ "paste", "pastebin", "upload", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/orhun/rustypaste-cli" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" [lib] name = "rustypaste_cli" path = "src/lib.rs" [[bin]] name = "rpaste" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.getopts] version = "0.2.21" [dependencies.indicatif] version = "0.17.8" [dependencies.multipart] version = "0.18.0" features = ["client"] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.17" [dependencies.ureq] version = "2.10.0" features = ["json"] [dependencies.url] version = "2.5.2" [features] default = [] use-native-certs = ["ureq/native-certs"]