accrete 0.2.0

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.
Documentation
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.7"

[dependencies.getrandom]
features = ["js"]
version = "0.2.3"

[dependencies.rand]
version = "0.8.3"

[dependencies.rand_chacha]
features = ["serde1"]
version = "0.3.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2"

[dependencies.wee_alloc]
optional = true
version = "0.4.5"

[features]
default = ["console_error_panic_hook", "wee_alloc"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Leonid <leonidgrr@gmail.com>"]
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."
edition = "2021"
keywords = ["accrete", "planetary", "system", "procedural", "generation"]
license = "MIT"
name = "accrete"
readme = "README.md"
repository = "https://github.com/LeonidGrr/accrete.git"
resolver = "2"
version = "0.2.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "s"