# 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 = "screeps-game-api" version = "0.22.0" authors = ["David Ross "] build = false include = [ "Cargo.toml", "Web.toml", "src/**/*", "tests/**/*", "examples/**/*", "README.md", "CHANGELOG.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "WASM bindings to the in-game Screeps API" documentation = "https://docs.rs/screeps-game-api/" readme = "README.md" license = "MIT" repository = "https://github.com/rustyscreeps/screeps-game-api/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "screeps" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" [dependencies.enum-iterator] version = "2.0" [dependencies.enum_dispatch] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.wasm-bindgen] version = ">=0.2.93" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] mmo = [] seasonal-season-1 = [] seasonal-season-2 = [] seasonal-season-5 = [] sim = [] unsafe-return-conversion = []