# 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] name = "xkcd" version = "0.3.0" authors = ["Nikita Pekin "] include = ["CHANGELOG.md", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md", "src/**/*.rs"] description = "Interface for the XKCD web API" documentation = "https://indiv0.github.io/xkcd-rs/xkcd/" readme = "README.md" keywords = ["comic", "xkcd", "API", "web", "library"] license = "MIT/Apache-2.0" repository = "https://github.com/indiv0/xkcd-rs" [dependencies.clippy] version = "0.0" optional = true [dependencies.futures] version = "0.1.17" [dependencies.hyper] version = "0.11.7" optional = true [dependencies.log] version = "0.3.8" [dependencies.rand] version = "0.3.18" [dependencies.serde] version = "1.0.21" [dependencies.serde_derive] version = "1.0.21" [dependencies.serde_json] version = "1.0.6" [dependencies.url] version = "1.6.0" [dependencies.url_serde] version = "0.2.0" [dev-dependencies.hyper-tls] version = "0.1.2" [dev-dependencies.tokio-core] version = "0.1.10" [features] default = ["hyper"] nightly-testing = ["clippy"]