# 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.4.0-alpha.2" authors = ["Andrew J Westlake "] description = "Rust implementation of the StarCraft II Client API" homepage = "https://gitlab.com/awestlake87/sc2-rs" documentation = "https://docs.rs/sc2-rs" license = "MIT" repository = "https://gitlab.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" [[example]] name = "bot-simple" crate-type = ["bin"] path = "examples/bot-simple.rs" [[example]] name = "debug" crate-type = ["bin"] path = "examples/debug.rs" [dependencies.bytes] version = "0" [dependencies.colored] version = "1.6" [dependencies.ctrlc] version = "3" [dependencies.error-chain] version = "0.11" [dependencies.futures-await] version = "0.1" [dependencies.glob] version = "0.2" [dependencies.nalgebra] version = "0.13" [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" [dev-dependencies.docopt] version = "0.8" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0"