# 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 = "morkovmap_rc" version = "0.4.1" authors = ["Jan Małek"] description = "A data-driven, Markov Chain-based tilemap generator library and app. Single-thread-flavored." readme = "README.md" keywords = [ "gamedev", "random", "library", "map", "procedural", ] categories = ["game-development"] license = "Apache-2.0" repository = "https://github.com/scrdest/MorkovChain-maptiler" [dependencies.arrayvec] version = "^0.7.2" [dependencies.itertools] version = "^0.10.5" [dependencies.num] version = "^0.4.0" [dependencies.rand] version = "^0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.ril] version = "^0.9.0" features = ["all"] [dependencies.serde] version = "1.0.159" features = [ "derive", "alloc", "rc", ] [dependencies.serde_json] version = "^1.0.95" [dependencies.smallvec] version = "1.10.0" features = [ "serde", "union", ]