# 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] edition = "2018" name = "giphy" version = "0.4.1" authors = ["Maciej Makowski "] description = "Giphy API wrapper for Rust" readme = "README.md" keywords = ["giphy", "gif", "api", "rest", "http"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/maciej-makowski/giphy-rs" [dependencies.futures] version = "0.3.17" [dependencies.reqwest] version = "0.11.4" features = ["blocking", "json"] [dependencies.serde] version = "1.0.89" [dependencies.serde_derive] version = "1.0.89" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.mockito] version = "0.30.0" [dev-dependencies.tokio] version = "1.11.0" features = ["macros"] [badges.travis-ci] branch = "master" repository = "maciej-makowski/giphy-rs"