# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "upaste" version = "0.3.0" authors = ["James Kominick "] description = "Simple cli pasting client for paste.rs, hastebin, or any general pasting service" readme = "README.md" keywords = ["paste", "haste", "hastebin", "pastebin"] categories = ["command-line-interface", "command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/jaemk/upaste" [dependencies.clap] version = "2" [dependencies.itertools] version = "0.9" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.ureq] version = "1" features = ["json"] [dependencies.url] version = "2"