screeps-api 0.6.0

Fully typed and tested wrapper over the Screeps Game's HTTP API
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]
edition = "2018"
name = "screeps-api"
version = "0.6.0"
authors = ["David Ross <daboross@daboross.net>"]
include = ["Cargo.toml", "LICENSE", "README.md", "src/**/*", "tests/**/*", "examples/**/*", "protocol-docs/**/*"]
description = "Fully typed and tested wrapper over the Screeps Game's HTTP API"
documentation = "https://docs.rs/screeps-api/"
readme = "README.md"
keywords = ["screeps"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/daboross/rust-screeps-api"
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "ws-debug"
required-features = ["sync"]

[[example]]
name = "me"
required-features = ["sync"]

[[example]]
name = "top10"
required-features = ["sync"]

[[example]]
name = "ws-console"
required-features = ["sync"]

[[example]]
name = "register"
required-features = ["sync"]
[dependencies.arrayvec]
version = "0.4"

[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.hyper-tls]
version = "0.3"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.num]
version = "0.2"
default-features = false

[dependencies.rand]
version = "0.7"

[dependencies.serde]
version = "1.0"

[dependencies.serde-tuple-vec-map]
version = "0.2"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_ignored]
version = "0.0.4"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.1"

[dependencies.tokio]
version = "0.1"
optional = true

[dependencies.url]
version = "1.0"
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.clap]
version = "2"

[dev-dependencies.dotenv]
version = "0.14"

[dev-dependencies.fern]
version = "0.5"

[dev-dependencies.futures]
version = "0.1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.websocket]
version = "0.23"

[features]
default = ["sync"]
destructive-tests = []
protocol-docs = []
sync = ["tokio", "hyper-tls"]
[badges.appveyor]
branch = "master"
repository = "daboross/rust-screeps-api"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "daboross/rust-screeps-api"