# 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 = "trimesh"
version = "0.5.2"
authors = ["nomissbowling <nomissbowling@yahoo.co.jp>"]
description = "Polyhedron on the ODE (Open Dynamics Engine) trimesh for Rust"
homepage = "https://crates.io/crates/trimesh"
documentation = "https://docs.rs/trimesh/"
readme = "README.md"
keywords = [
    "opengl",
    "dynamics",
    "c60",
    "fullerene",
    "3D",
]
categories = [
    "simulation",
    "rendering",
    "science",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/nomissbowling/trimesh"

[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.oyk]
version = "1.2"

[dependencies.polyhedron-faces]
version = "0.4"

[build-dependencies.bindgen]
version = "=0.65.1"

[build-dependencies.cc]
version = "=1.0.79"