# 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 = "openphys" version = "0.1.3" authors = ["CyntexMore"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenPhys is a simple physics engine library written in Rust." homepage = "https://crates.io/crates/openphys" documentation = "https://docs.rs/openphys/latest/openphys" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/CyntexMore/OpenPhys" [lib] name = "openphys" path = "src/lib.rs" [[test]] name = "gravitational_force_calculation_test" path = "tests/gravitational_force_calculation_test.rs" [[test]] name = "heat_transfer_simulation_test" path = "tests/heat_transfer_simulation_test.rs" [[test]] name = "sandbox_test" path = "tests/sandbox_test.rs" [dependencies]