# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hxgm30-eco" version = "0.1.0" authors = ["Duncan McGreggor "] exclude = ["/.github", "/resources", ".gitignore"] description = "Ecological simulation, biomes, land cover, elevation, and climate statistics for generated worlds" documentation = "https://docs.rs/hxgm30-eco/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hexagram30/eco" [lib] name = "hxgm30eco" [dependencies.hxgm30-noise] version = "0.2.0" [dependencies.image] version = "0.23.4" [dependencies.image-data] version = "0.2.0" [dependencies.libmath] version = "0.2.1" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7" [dependencies.rand_distr] version = "0.2.2" [dependencies.rand_pcg] version = "0.2.1" [dependencies.ron] version = "0.5.1" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.twyg] version = "0.1.7"