rust_physics_engine 0.2.0

A zero-dependency Rust library for physics, mathematics and engineering computation — 6,365 public functions across 71 modules
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.2.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 zero-dependency Rust library for physics, mathematics and engineering computation — 6,365 public functions across 71 modules"
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"

[features]
kani-slow = []

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

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

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

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

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

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

[[test]]
name = "properties"
path = "tests/properties/main.rs"

[dependencies]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]