# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bwapi_wrapper" version = "0.3.4" authors = ["Dennis Waldherr "] build = "build.rs" exclude = [ "bwapi/apps", "bwapi/Documentation", "bwapi/Release_Binary", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to BWAPI" homepage = "https://github.com/Bytekeeper/rsbwapi/" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/Bytekeeper/rsbwapi/" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [lib] name = "bwapi_wrapper" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [build-dependencies]