cometsfactory 0.0.3

Comet factory — classify, build and catalogue comets of any type: short-period, long-period, Halley-type, sungrazer, interstellar, main-belt comet, centaur-transition, and extinct.
Documentation
[package]
name = "cometsfactory"
version = "0.0.3"
edition = "2024"
authors = ["Rayan Morel <celestial4498@gmail.com>"]
description = "Comet factory — classify, build and catalogue comets of any type: short-period, long-period, Halley-type, sungrazer, interstellar, main-belt comet, centaur-transition, and extinct."
license = "MIT"
repository = "https://github.com/celestial4498-prog/CometsFactory"
homepage = "https://celestial4498-prog.github.io/Celestial/"
documentation = "https://docs.rs/cometsfactory"
readme = "README.md"
keywords = ["comet", "astrophysics", "simulation", "orbital-mechanics", "coma"]
categories = ["science", "simulation"]
exclude = ["target/", "Cargo.lock"]

[lib]
name = "cometsfactory"
path = "src/lib.rs"

[dependencies]
sciforge = "0.0.2"