# 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 = "2021" name = "wordstat-rs" version = "0.1.0" description = "A library that allows easy interactions with Yandex Direct API for getting statistics about keyword searches from Wordstat service" documentation = "https://docs.rs/wordstat-rs" readme = "README.md" keywords = [ "api", "yandex_direct", "wordstat", "trends", "search", ] categories = [ "parsing", "api-bindings", ] license = "MIT" repository = "https://github.com/huds2/wordstat-rs" [dependencies.custom_error] version = "1.9.2" [dependencies.mockall_double] version = "0.3.1" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.195" [dependencies.serde_json] version = "1.0.111" [dev-dependencies.futures] version = "0.3.30" features = ["executor"] [dev-dependencies.mockall] version = "0.12.1"