# 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 = "physx-sys" version = "0.11.5" authors = [ "Embark ", "Tomasz Stachowiak ", ] build = "build.rs" exclude = [ "PhysX/**/*.bat", "PhysX/**/*.html", "PhysX/**/*.sh", "PhysX/*demo/**/*", "PhysX/externals/cg-linux/**/*", "PhysX/externals/clang-physxmetadata/**/*", "PhysX/externals/glew-linux/**/*", "PhysX/externals/glew/**/*", "PhysX/externals/opengl-linux/**/*", "PhysX/externals/targa/**/*", "PhysX/externals/vswhere/**/*", "PhysX/physx/bin/**/*", "PhysX/physx/buildtools/**/*", "PhysX/physx/documentation/**/*", "PhysX/physx/samples/**/*", "PhysX/physx/snippets/**/*", "PhysX/physx/tools/**/*", ] description = "Unsafe bindings for NVIDIA PhysX C++ SDK" readme = "README.md" keywords = ["physics"] categories = [ "external-ffi-bindings", "simulation", "game-engines", ] license = "(MIT OR Apache-2.0) AND BSD-3-Clause" repository = "https://github.com/EmbarkStudios/physx-rs" [lib] doctest = false [dependencies.bitflags] version = "1.3" [build-dependencies.cc] version = "1.0" features = ["parallel"] [features] cpp-warnings = [] debug-structs = [] profile = [] structgen = []