# 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-room-regions" version = "0.1.3" authors = ["Joe Ciskey"] build = false include = [ "Cargo.toml", "src/**/*", "CHANGELOG.md", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Region analysis of rooms for Screeps: World in native Rust" documentation = "https://docs.rs/screeps-room-regions/" readme = "README.md" license = "MIT" repository = "https://github.com/jciskey/screeps-room-regions/" [package.metadata.docs.rs] all-features = true [lib] name = "screeps_room_regions" path = "src/lib.rs" [dependencies.itertools] version = "0.13.0" [dependencies.priority-queue] version = "2.0.3" [dependencies.screeps-game-api] version = "0.21" [features] default = []