# 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" rust-version = "1.73" name = "objforces" version = "0.1.0" authors = ["DorianCoding"] description = "Allows to calculate mouvement of objects based on forces on a 3D axis" keywords = [ "newton", "physics", "forces", "acceleration", ] categories = [ "mathematics", "no-std::no-alloc", "science", ] license = "GPL-3.0-only" repository = "https://github.com/DorianCoding/objforces" [dependencies.libm] version = "0.2.8" [features] std = [] [badges.maintenance] status = "passively-maintained" [lints.rust] unsafe_code = "warn"