[package]
name = "planetsfactory"
version = "0.0.4"
edition = "2024"
authors = ["Rayan Morel <celestial4498@gmail.com>"]
description = "Planet factory — classify, build and catalogue planets for any star system: Solar System, TRAPPIST-1, Kepler-90, Proxima Centauri, or fully custom worlds."
license = "MIT"
repository = "https://github.com/celestial4498-prog/PlanetsFactory"
homepage = "https://celestial4498-prog.github.io/Celestial/"
documentation = "https://docs.rs/planetsfactory"
readme = "README.md"
keywords = ["planet", "exoplanet", "astrophysics", "simulation", "orbital-mechanics"]
categories = ["science", "simulation"]
exclude = ["target/", "Cargo.lock"]
[lib]
name = "planetsfactory"
path = "src/lib.rs"
[dependencies]
sciforge = "0.0.2"