# 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 = "imgurian" version = "0.5.0" include = ["src/**/*", "LICENSE.txt", "README.md"] description = "Imgur API client." homepage = "https://github.com/r7kamura/imgurian" documentation = "https://docs.rs/imgurian" readme = "README.md" license = "MIT" repository = "https://github.com/r7kamura/imgurian.git" [dependencies.base64] version = "0.13.0" [dependencies.imgur_openapi] version = "0.4.0" [dependencies.serde_json] version = "1.0.69" [dependencies.structopt] version = "0.3.25" [dependencies.tokio] version = "1.13.0" features = ["rt-multi-thread", "macros"] [dev-dependencies.wiremock] version = "0.5.8"