# 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 = "planet_generator" version = "0.0.6-pre-alpha" description = "[WIP] Generates data for galaxies, sectors, solar systems, planets and their inhabitants (Check README for features list)." readme = "README.md" license = "MIT" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.ordered-float] version = "4.2.0" [dependencies.seeded_dice_roller] version = "1.0.2" [dependencies.serde] version = "1.0.203" features = [ "derive", "rc", ] [dependencies.simple_logger] version = "5.0.0" [dependencies.smart-default] version = "0.7.1" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.3"