# 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 = "opentdb" version = "1.0.0" authors = ["Jos Ahrens "] description = "An implementation of the Open Trivia Database API in Rust https://opentdb.com." keywords = ["trivia", "otdb", "open-trivia"] categories = ["api-bindings", "games"] license = "MIT" repository = "https://github.com/zarthus/opentdb-rs" [dependencies.percent-encoding] version = "1.0.1" [dependencies.reqwest] version = "0.9.5" [dependencies.serde] version = "1.0.84" [dependencies.serde_derive] version = "1.0.84" [dependencies.serde_json] version = "1.0.34" [dev-dependencies.mockito] version = "0.15.0" [badges.codecov] branch = "master" repository = "zarthus/opentdb-rs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "zarthus/opentdb-rs" [badges.is-it-maintained-open-issues] repository = "zarthus/opentdb-rs" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "Zarthus/opentdb-rs"