[package]
name = "asteroidsfactory"
version = "0.0.3"
edition = "2024"
authors = ["Rayan Morel <celestial4498@gmail.com>"]
description = "Asteroid factory — classify, build and catalogue asteroids of any type: near-Earth, main belt, trojan, centaur, binary, rubble pile, metallic, and potentially hazardous."
license = "MIT"
repository = "https://github.com/celestial4498-prog/AsteroidsFactory"
homepage = "https://celestial4498-prog.github.io/Celestial/"
documentation = "https://docs.rs/asteroidsfactory"
readme = "README.md"
keywords = ["asteroid", "near-earth", "astrophysics", "simulation", "orbital-mechanics"]
categories = ["science", "simulation"]
exclude = ["target/", "Cargo.lock"]
[lib]
name = "asteroidsfactory"
path = "src/lib.rs"
[dependencies]
sciforge = "0.0.2"