# 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 = "opensubdiv-petite-sys" version = "0.2.0" authors = [ "Anders Langlands ", "Moritz Moeller ", ] exclude = [ "OpenSubdiv/*.pdf", "OpenSubdiv/*.yml", "OpenSubdiv/documentation/**/*", "OpenSubdiv/examples/**/*", "OpenSubdiv/regression/far_perf/**/*", "OpenSubdiv/regression/far_regression/**/*", "OpenSubdiv/regression/hbr_regression/**/*", "OpenSubdiv/regression/osd_regression/**/*", "OpenSubdiv/regression/shapes/**/*", "OpenSubdiv/tutorials/**/*", ] description = "Low-level wrapper around parts of Pixar’s OpenSubdiv" homepage = "https://graphics.pixar.com/opensubdiv/" documentation = "https://docs.rs/opensubdiv-petite-sys/" readme = "README.md" keywords = [ "graphics", "rendering", "3d", "subdivision-surface", "polygon-mesh", ] categories = [ "graphics", "rendering::graphics-api", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/virtualritz/opensubdiv-petite/" [dependencies.bitfield] version = "0.14.0" [dependencies.derive_more] version = "0.99.17" [dependencies.num_enum] version = "0.5.10" [build-dependencies.bindgen] version = "0.64.0" [build-dependencies.cc] version = "1.0.79" features = ["parallel"] [build-dependencies.cmake] version = "0.1.49" [features] clew = [] cuda = [] metal = [] omp = [] opencl = [] openmp = [] ptex = []