# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gw2api-rs" version = "0.3.0" authors = ["MrGunflame "] publish = true description = "An asynchronous wrapper for the official Guild Wars 2 API" documentation = "https://docs.rs/gw2api-rs/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/MrGunflame/gw2api-rs" [package.metadata.docs.rs] all-features = true [[test]] name = "v2" path = "tests/v2.rs" required-features = ["blocking"] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.hyper] version = "0.14.18" features = [ "client", "tcp", "http1", "http2", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.18.2" features = ["rt"] optional = true [dev-dependencies.tokio] version = "1.18.2" features = [ "rt", "rt-multi-thread", "macros", ] [features] blocking = ["dep:tokio"] default = []