planetsfactory 0.0.4

Planet factory — classify, build and catalogue planets for any star system: Solar System, TRAPPIST-1, Kepler-90, Proxima Centauri, or fully custom worlds.
Documentation
# 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 = "2024"
name = "planetsfactory"
version = "0.0.4"
authors = ["Rayan Morel <celestial4498@gmail.com>"]
build = false
exclude = [
    "target/",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Planet factory — classify, build and catalogue planets for any star system: Solar System, TRAPPIST-1, Kepler-90, Proxima Centauri, or fully custom worlds."
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",
]
license = "MIT"
repository = "https://github.com/celestial4498-prog/PlanetsFactory"

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

[[example]]
name = "exoplanet_generation"
path = "examples/exoplanet_generation.rs"

[[example]]
name = "solar_system_demo"
path = "examples/solar_system_demo.rs"

[[example]]
name = "validation"
path = "examples/validation.rs"

[[test]]
name = "engine_tests"
path = "tests/engine_tests.rs"

[[test]]
name = "physics_tests"
path = "tests/physics_tests.rs"

[[test]]
name = "types_tests"
path = "tests/types_tests.rs"

[dependencies.sciforge]
version = "0.0.2"