# 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 = "accrete" version = "0.2.0" authors = ["Leonid "] description = "Rust port of Accrete, planetary system generation algorithm. Based on 'Formation of Planetary Systems by Aggregation: A Computer Simulation' by Stephen H. Dole. Improved and extended by many talented people during past ~50 years." readme = "README.md" keywords = [ "accrete", "planetary", "system", "procedural", "generation", ] license = "MIT" repository = "https://github.com/LeonidGrr/accrete.git" resolver = "2" [profile.release] opt-level = "s" lto = true codegen-units = 1 [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.getrandom] version = "0.2.3" features = ["js"] [dependencies.rand] version = "0.8.3" [dependencies.rand_chacha] version = "0.3.1" features = ["serde1"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wee_alloc] version = "0.4.5" optional = true [features] default = [ "console_error_panic_hook", "wee_alloc", ]