# 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 = "sc2-proxy" version = "0.1.0" authors = ["Hannes Karppila "] description = "StarCraft II bot API management layer" readme = "README.md" keywords = ["sc2", "starcraft2"] categories = ["games"] license = "MIT" repository = "https://github.com/Dentosal/sc2-proxy" [dependencies.bufstream] version = "0.1" [dependencies.crossbeam] version = "0.7.1" [dependencies.dotenv] version = "0.13.0" [dependencies.log] version = "0.4" [dependencies.portpicker] version = "0.1" [dependencies.pretty_env_logger] version = "0.3.0" [dependencies.protobuf] version = "2.3.0" features = ["with-bytes"] [dependencies.regex] version = "1.1.0" [dependencies.sc2-proto] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "1.0" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.4" [dependencies.websocket] version = "0.22.2"