# 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 = "fastlem" version = "0.1.4" authors = ["Teruki TADA "] description = "A Rust library for generating procedural terrains based on simplified landscape evolution model (LEM)" readme = "README.md" license = "MPL-2.0" [dependencies.naturalneighbor] version = "1.2.2" [dependencies.rand] version = "0.8.5" [dependencies.rtree_rs] version = "0.1.4" [dependencies.terrain-graph] version = "1.0.1" [dependencies.thiserror] version = "1.0" [dependencies.voronoice] version = "0.2.0" [dev-dependencies.image] version = "0.24.8" [dev-dependencies.noise] version = "0.8.2" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"