# 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 = "c60" version = "0.5.4" authors = ["nomissbowling "] description = "c60 (Fullerene) on the ODE (Open Dynamics Engine) for Rust" homepage = "https://crates.io/crates/c60" documentation = "https://docs.rs/c60/" readme = "README.md" keywords = [ "opengl", "dynamics", "c60", "fullerene", "3D", ] categories = [ "simulation", "rendering", "science", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/nomissbowling/c60" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [dependencies.Fullerene] version = "0.4" [dependencies.anyslot] version = "0.1" [dependencies.asciiz] version = "0.1" [dependencies.home] version = "=0.5.5" [dependencies.num] version = "0.4" [dependencies.ode-rs] version = "1.2" [dependencies.polyhedron-faces] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.trimesh] version = "0.5" [build-dependencies.bindgen] version = "=0.65.1" [build-dependencies.cc] version = "=1.0.79"