# 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-utils" version = "0.22.1" authors = ["Shane Madden"] build = false include = [ "Cargo.toml", "src/**/*", "README.md", "CHANGELOG.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Additional utility functionality for Screeps: World not included in screeps-game-api" documentation = "https://docs.rs/screeps-game-utils/" readme = "README.md" license = "MIT" repository = "https://github.com/rustyscreeps/screeps-game-utils/" [package.metadata.docs.rs] all-features = true [profile.release] lto = true [lib] name = "screeps_utils" path = "src/lib.rs" [dependencies.chrono] version = ">=0.4.20" [dependencies.screeps-game-api] version = "0.22" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3.8.1" [dev-dependencies.assert_approx_eq] version = "1.1" [features] default = []