# 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 = "2018" name = "imgur2018" version = "0.1.1" authors = ["Evan Pratten "] description = "An Imgur upload client for async Rust" homepage = "https://github.com/ewpratten/imgur2018" documentation = "https://docs.rs/imgur2018" readme = "README.md" keywords = ["imgur"] categories = [] license = "GPL-3.0" repository = "https://github.com/ewpratten/imgur2018" [dependencies.reqwest] version = "0.11.10" features = ["json", "rustls-tls"] default-features = false [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.2" [dev-dependencies.tokio-test] version = "0.4"