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