# 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 = "gw2rs" version = "0.1.0" authors = ["Sunspar "] include = ["src/*", "Cargo.toml"] description = "A Rust library for the Guild Wars 2 API." keywords = ["guildwars2", "gw2", "api"] license = "Apache-2.0/MIT" repository = "https://github.com/sunspar/gw2rs" [lib] name = "gw2rs" path = "src/lib.rs" [dependencies.futures] version = "^ 0.1" [dependencies.hyper] version = "^ 0.11" [dependencies.hyper-tls] version = "^ 0.1" [dependencies.log] version = "^ 0.3" [dependencies.serde] version = "^ 1.0" [dependencies.serde_derive] version = "^ 1.0" [dependencies.serde_json] version = "^ 1.0" [dependencies.tokio-core] version = "^ 0.1" [dependencies.url] version = "^ 1.6" [features] default = ["header-all"] header-all = ["header-auth", "header-locale"] header-auth = [] header-locale = [] query-all = ["query-auth", "query-locale"] query-auth = [] query-locale = []