# 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 = "ds-heightmap" version = "0.2.1" authors = ["Zoron "] description = "Using diamond-square algorithm to generate heightmaps which stored in a 2D-array." homepage = "https://github.com/fralonra/ds-heightmap" readme = "README.md" keywords = [ "diamond-square", "heightmap", ] license = "MIT" repository = "https://github.com/fralonra/ds-heightmap" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc] version = "0.4"