rust_physics_engine 0.1.0

A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains
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 = "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]