# 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 = "dota2_webapi_bindings" version = "0.6.0" authors = ["sn99 "] description = "Rust bindings for official dota2 webapi" homepage = "https://github.com/sn99/dota2_webapi_bindings" readme = "README.md" keywords = ["dota2", "dota", "webapi", "bindings"] license = "MIT" [dependencies.hyper] version = "0.10" [dependencies.serde] version = "1.0.116" [dependencies.serde_derive] version = "1.0.116" [dependencies.serde_json] version = "1.0.59" [dependencies.serde_with] version = "1.5.1" [badges.travis-ci] branch = "master" repository = "sn99/brainhug"