# 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 = "2018" name = "russimp-sys-static" version = "1.0.1" authors = ["EYHN"] exclude = ["/assimp"] description = "Raw Assimp bindings for rust" homepage = "https://github.com/EYHN/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/EYHN/russimp-sys" [lib] name = "russimp_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.59" [build-dependencies.flate2] version = "1.0" [build-dependencies.num_cpus] version = "1.13" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.tar] version = "0.4" [build-dependencies.ureq] version = "2.4" [features] default = ["prebuilt"] nolibcxx = [] nozlib = [] prebuilt = ["static-link"] static-link = []