# 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 = "gw2lib" version = "3.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple to use Gw2 API wrapper library" readme = "README.md" keywords = [ "api", "guild-wars-2", "gw2", "wrapper", "async", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/greaka/gw2lib" [package.metadata.docs.rs] features = ["redis"] [lib] name = "gw2lib" path = "src/lib.rs" [[test]] name = "account" path = "tests/account.rs" [[test]] name = "account_bank" path = "tests/account_bank.rs" [[test]] name = "account_inventory" path = "tests/account_inventory.rs" [[test]] name = "account_materials" path = "tests/account_materials.rs" [[test]] name = "account_raids" path = "tests/account_raids.rs" [[test]] name = "account_wallet" path = "tests/account_wallet.rs" [[test]] name = "characters" path = "tests/characters.rs" [[test]] name = "commerce_delivery" path = "tests/commerce_delivery.rs" [[test]] name = "continents" path = "tests/continents.rs" [[test]] name = "general" path = "tests/general.rs" [[test]] name = "home_cats" path = "tests/home_cats.rs" [[test]] name = "home_nodes" path = "tests/home_nodes.rs" [[test]] name = "items" path = "tests/items.rs" [[test]] name = "itemstats" path = "tests/itemstats.rs" [[test]] name = "maps" path = "tests/maps.rs" [[test]] name = "pets" path = "tests/pets.rs" [[test]] name = "raids" path = "tests/raids.rs" [[test]] name = "recipes" path = "tests/recipes.rs" [[test]] name = "setup" path = "tests/setup.rs" [[test]] name = "skins" path = "tests/skins.rs" [[test]] name = "worlds" path = "tests/worlds.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.24" [dependencies.dashmap] version = "5.4.0" [dependencies.either] version = "1.8.1" [dependencies.futures] version = "0.3.28" [dependencies.gw2lib-model] version = "2.0.5" [dependencies.hyper] version = "0.14.26" features = [ "runtime", "http1", "client", ] default-features = false [dependencies.hyper-rustls] version = "0.24.0" features = [ "http1", "native-tokio", "logging", "tls12", ] default-features = false [dependencies.redis] version = "0.23.0" features = ["tokio-comp"] optional = true default-features = false [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.static_init] version = "1.0.3" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.27.0" features = [ "sync", "rt", "time", ] default-features = false [dependencies.tracing] version = "0.1.37" optional = true [dependencies.urlencoding] version = "2.1.2" [features] blocking = [] redis = ["dep:redis"] tracing = ["dep:tracing"]