sc2 0.1.3

organelle networks for StarCraft II Client 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]
name = "sc2"
version = "0.1.3"
authors = ["Andrew J Westlake <kelixes@gmail.com>"]
description = "organelle networks for StarCraft II Client API"
homepage = "https://github.com/awestlake87/sc2-rs"
documentation = "https://docs.rs/sc2-rs"
license = "MIT"
repository = "https://github.com/awestlake87/sc2-rs"

[[example]]
name = "bot-micro"
crate-type = ["bin"]
path = "examples/bot-micro.rs"

[[example]]
name = "bot-mp"
crate-type = ["bin"]
path = "examples/bot-mp.rs"
[dependencies.bytes]
version = "0.4"

[dependencies.ctrlc]
version = "3.0"

[dependencies.error-chain]
version = "0.11"

[dependencies.futures]
version = "0.1"

[dependencies.glob]
version = "0.2"

[dependencies.nalgebra]
version = "0.13"

[dependencies.organelle]
version = "0.1"

[dependencies.protobuf]
version = "1.4"

[dependencies.rand]
version = "0.4"

[dependencies.regex]
version = "0.2"

[dependencies.sc2-proto]
version = "0.1"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-timer]
version = "0.1"

[dependencies.tokio-tungstenite]
version = "0.5"

[dependencies.tungstenite]
version = "0.5"

[dependencies.url]
version = "1.6"

[dependencies.uuid]
version = "0.5"
features = ["serde", "v4"]
[dev-dependencies.docopt]
version = "0.8"

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

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