# 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 = "oyk" version = "1.2.1" authors = ["nomissbowling "] description = "OYK is ODE (Open Dynamics Engine) bindings for Rust yaw kinetics" homepage = "https://crates.io/crates/oyk" documentation = "https://docs.rs/oyk/" readme = "README.md" keywords = [ "opengl", "dynamics", "kinetics", "physics", "3D", ] categories = [ "simulation", "rendering", "science", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/nomissbowling/oyk" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [dependencies.asciiz] version = "0.1" [dependencies.home] version = "=0.5.5" [dependencies.impl_sim] version = "0.3" [dependencies.ode-base] version = "0.2" [dependencies.once_cell] version = "1.17.1" [build-dependencies.bindgen] version = "=0.65.1" [build-dependencies.cc] version = "=1.0.79"