# 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" version = "3.2.0" authors = ["Jhonny Knaak de Vargas"] exclude = [ "*.bash", "/models", ] description = "Assimp bindings for rust" homepage = "https://github.com/jkvargas/russimp" 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" [package.metadata.docs.rs] features = ["prebuilt"] [lib] name = "russimp" path = "src/lib.rs" [dependencies.derivative] version = "2.2.0" [dependencies.mint] version = "0.5.9" optional = true [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2.15" [dependencies.num_enum] version = "0.6.1" [dependencies.russimp-sys] version = "2.0.1" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [features] default = [] nozlib = ["russimp-sys/nozlib"] prebuilt = ["russimp-sys/prebuilt"] static-link = ["russimp-sys/static-link"]