# 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 = "rust-sc2" version = "1.1.2" authors = ["Armageddon "] description = "Rust implementation of StarCraft II API" readme = "README.md" license = "MIT" repository = "https://github.com/UltraMachine/rust-sc2" [dependencies.dirs] version = "^3.0.1" [dependencies.indexmap] version = "^1.5.1" [dependencies.itertools] version = "^0.10.0" [dependencies.lazy_static] version = "^1.4.0" [dependencies.log] version = "^0.4.11" [dependencies.maplit] version = "^1.0.2" [dependencies.ndarray] version = "^0.15.1" [dependencies.num-derive] version = "^0.3.1" [dependencies.num-traits] version = "^0.2.12" [dependencies.parking_lot] version = "^0.11.0" optional = true [dependencies.protobuf] version = "^2.17.0" [dependencies.rand] version = "^0.8.0" [dependencies.rayon] version = "^1.3.1" optional = true [dependencies.regex] version = "^1.3.9" [dependencies.rustc-hash] version = "^1.1.0" [dependencies.sc2-macro] version = "1" [dependencies.sc2-proto] version = "0.2.3" [dependencies.serde] version = "^1.0.114" features = ["derive"] optional = true [dependencies.tungstenite] version = "^0.13.0" default-features = false [dependencies.url] version = "^2.1.1" [dev-dependencies.clap] version = "^2.33.2" [features] enemies_cache = [] protoc = ["sc2-proto/protoc-rust"] [target."cfg(feature = \"rayon\")"]