# 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 = "ptex-sys" version = "0.3.0" authors = ["David Aguilar "] links = "Ptex" description = "Rust sys bindings for Ptex https://github.com/wdas/ptex" homepage = "https://github.com/vfx-rs/ptex-bind" documentation = "https://docs.rs/ptex-sys" readme = "README.md" keywords = [ "gamedev", "graphics", "render", "texture", "vfx", ] categories = [ "graphics", "rendering::data-formats", ] license = "Apache-2.0" repository = "https://github.com/vfx-rs/ptex-bind.git" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.cxx] version = "1.0" features = ["c++17"] [build-dependencies.anyhow] version = "1.0" [build-dependencies.cxx-build] version = "1.0" [build-dependencies.pkg-config] version = "0.3.30"