# 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-pathfinding" version = "0.1.2" authors = ["Joe Ciskey"] build = false include = [ "Cargo.toml", "src/**/*", "CHANGELOG.md", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pathfinding algorithms for Screeps: World in native Rust" documentation = "https://docs.rs/screeps-pathfinding/" readme = "README.md" license = "MIT" repository = "https://github.com/jciskey/screeps-pathfinding/" [package.metadata.docs.rs] all-features = true [lib] name = "screeps_pathfinding" path = "src/lib.rs" [dependencies.screeps-game-api] version = "0.22" [dependencies.serde] version = "1.0.209" [features] default = []