asteroidsfactory 0.0.3

Asteroid factory — classify, build and catalogue asteroids of any type: near-Earth, main belt, trojan, centaur, binary, rubble pile, metallic, and potentially hazardous.
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 = "asteroidsfactory"
version = "0.0.3"
authors = ["Rayan Morel <celestial4498@gmail.com>"]
build = false
exclude = [
    "target/",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asteroid factory — classify, build and catalogue asteroids of any type: near-Earth, main belt, trojan, centaur, binary, rubble pile, metallic, and potentially hazardous."
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",
]
license = "MIT"
repository = "https://github.com/celestial4498-prog/AsteroidsFactory"

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

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

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

[[example]]
name = "physics"
path = "examples/physics.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"