# 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 = "russimp-sys" version = "2.0.2" authors = ["Jhonny Knaak de Vargas"] include = [ "/assimp/include/assimp/**/*.{h,inl}", "/src/", "/bin/", "/build.rs", "/wrapper.h", "/Cargo.toml", "/LICENSE", "/README.md", "!*.bash", "!*.ps1", ] description = "Raw Assimp bindings for Rust" homepage = "https://github.com/jkvargas/russimp-sys" readme = "README.md" keywords = [ "assimp", "3d", "blend", "3ds", "glTF", ] categories = [ "rendering", "external-ffi-bindings", "game-engines", "multimedia", ] license-file = "LICENSE" repository = "https://github.com/jkvargas/russimp-sys" [lib] name = "russimp_sys" path = "src/lib.rs" doctest = false [[bin]] name = "package" path = "bin/package/main.rs" [dependencies.flate2] version = "1.0.25" [dependencies.tar] version = "0.4.38" [build-dependencies.bindgen] version = "0.63.0" [build-dependencies.built] version = "0.5.2" [build-dependencies.cmake] version = "0.1.49" [build-dependencies.flate2] version = "1.0.25" [build-dependencies.reqwest] version = "0.11.13" features = [ "blocking", "rustls-tls", ] [build-dependencies.tar] version = "0.4.38" [build-dependencies.which] version = "4.3.0" [features] build-assimp = [] default = [] nozlib = [] prebuilt = [] static-link = ["build-assimp"]