[package]
name = "rust_physics_engine"
version = "0.1.0"
edition = "2021"
description = "A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains"
license = "MIT"
repository = "https://github.com/Magic-Man-us/RustPhysicsEngine"
homepage = "https://github.com/Magic-Man-us/RustPhysicsEngine"
documentation = "https://docs.rs/rust_physics_engine"
readme = "README.md"
keywords = ["physics", "mathematics", "simulation", "science", "engineering"]
categories = ["science", "mathematics", "simulation"]
authors = ["Magic-Man <mimsec-contact@mimsec.com>"]
exclude = ["assets/", ".github/", "*.profraw"]
[dependencies]