# 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 = "tdlg" version = "3.0.0" exclude = [".*"] description = "Generates a grid of cells that could be used to build a top-down game map. Used by me to learn Rust." readme = "README.md" keywords = ["gamedev"] license = "MIT" repository = "https://github.com/derrickp/tdlg" [dependencies.pathfinding] version = "4.2" [dependencies.rand] version = "0.8" [dependencies.rand_pcg] version = "0.3" [dependencies.rand_seeder] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.walkdir] version = "2.3" [dev-dependencies.serde_json] version = "1.0"