[package]
edition = "2021"
name = "rust_physics_engine"
version = "0.1.0"
authors = ["Magic-Man <mimsec-contact@mimsec.com>"]
build = false
exclude = [
"assets/",
".github/",
"*.profraw",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains"
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",
]
license = "MIT"
repository = "https://github.com/Magic-Man-us/RustPhysicsEngine"
[lib]
name = "rust_physics_engine"
path = "src/lib.rs"
[dependencies]