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