ezomyte 0.0.2

Path of Exile API client library
Documentation
# 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 = "ezomyte"
version = "0.0.2"
authors = ["Karol Kuczmarski <karol.kuczmarski@gmail.com>"]
build = "build/main.rs"
description = "Path of Exile API client library"
homepage = "https://github.com/Xion/ezomyte"
documentation = "https://docs.rs/ezomyte"
readme = "README.md"
keywords = ["poe", "path-of-exile", "api", "hyper"]
categories = ["api-bindings", "web-programming::http-client"]
license = "MIT"
repository = "https://github.com/Xion/ezomyte"

[[example]]
name = "item_names"

[[example]]
name = "latest"

[[example]]
name = "league_rules"

[[example]]
name = "leagues"

[[example]]
name = "mod_values"
required-features = ["mods_db"]

[[example]]
name = "search_uniques"

[[example]]
name = "stash_from_json"
[dependencies.chrono]
version = "0.4"

[dependencies.conv]
version = "0.3"

[dependencies.derive-error]
version = "0.0.4"

[dependencies.enum_derive]
version = "0.1.7"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.hyper-tls]
version = "0.1"

[dependencies.itertools]
version = "0.7"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4.1"

[dependencies.macro-attr]
version = "0.2.0"

[dependencies.newtype_derive]
version = "0.1.6"

[dependencies.num]
version = "0.1.41"

[dependencies.regex]
version = "0.2.5"

[dependencies.separator]
version = "0.3.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "0.6"

[dependencies.tokio-core]
version = "0.1.10"
[dev-dependencies.env_logger]
version = "0.5"
[build-dependencies.itertools]
version = "0.7"

[build-dependencies.lazy_static]
version = "1.0"

[build-dependencies.maplit]
version = "1.0.1"

[build-dependencies.serde]
version = "1.0"

[build-dependencies.serde_derive]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[features]
mods_db = []
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "Xion/ezomyte"