[[bin]]
name = "gltfpack-rs"
path = "src/main.rs"
required-features = ["cli"]
[build-dependencies.cc]
version = "1.0"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5"
[features]
cli = ["dep:clap"]
default = []
[lib]
name = "gltfpack_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["compression", "graphics", "rendering"]
description = "Rust bindings for gltfpack - optimize and compress glTF/GLB files"
documentation = "https://docs.rs/gltfpack-sys"
edition = "2021"
exclude = ["*.glb", "*.gltf", ".git", ".github"]
homepage = "https://github.com/diodeinc/gltfpack-sys"
keywords = ["gltf", "glb", "3d", "mesh", "compression"]
license = "MIT"
name = "gltfpack-sys"
readme = "README.md"
repository = "https://github.com/diodeinc/gltfpack-sys"
version = "0.1.2"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"