bwapi_wrapper 0.2.2

Bindings to BWAPI
Documentation
[package]

name = "bwapi_wrapper"

version = "0.2.2"

authors = ["Dennis Waldherr <bytekeeper@mailbox.org>"]

edition = "2018"

homepage = "https://github.com/Bytekeeper/rsbwapi/"

license = "LGPL-3.0-or-later"

repository = "https://github.com/Bytekeeper/rsbwapi/"

description = "Bindings to BWAPI"

exclude = ["bwapi/apps", "bwapi/Documentation", "bwapi/Release_Binary"]

readme = "README.md"





# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[package.metadata.docs.rs]

targets = ["x86_64-pc-windows-msvc"]



[dependencies]

num-traits = "0.2"

num-derive = "0.3"





[build-dependencies]

bindgen = "0.53"

regex = "1"