# 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 = "rusty_xkcd" version = "0.1.2" authors = ["Kixiron "] exclude = ["benches/*", "tests/*", ".travis.yml", ".gitlab-ci.yml", ".gitignore", "target/*"] description = "An API wrapper for xkcd.com" documentation = "https://docs.rs/rusty_xkcd" readme = "README.md" keywords = ["xkcd", "comic", "api", "wrapper", "rest"] license = "MIT" repository = "https://github.com/Kixiron/rusty_xkcd" [dependencies.chrono] version = "0.4.6" [dependencies.quick-error] version = "1.2.2" [dependencies.rand] version = "0.6.5" [dependencies.reqwest] version = "0.9.11" [dependencies.scraper] version = "0.9.1" [dependencies.serde_json] version = "1.0.39"