# 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 = "imgurs-client" version = "0.2.0" authors = ["Filippo Berto "] description = "Client for a typed and safe interface to the Imgur API" keywords = [ "Imgur", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/bertof/Imgurs" [dependencies.async-trait] version = "0.1" [dependencies.imgurs-model] version = "0.2" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = [ "serde", "macros", "serde-human-readable", "serde-well-known", ] [dependencies.tracing] version = "0.1" features = ["attributes"] [dependencies.url] version = "2.2" features = ["serde"] [dev-dependencies.tokio] version = "1.13" features = [ "rt-multi-thread", "macros", ] [features] default = [] log = ["tracing/log"]