# 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 = "libktx-rs-sys" version = "0.3.3+v4.0.0" authors = ["Paolo Jovon "] build = "build/build.rs" links = "ktx" include = ["/Cargo.toml", "/../.gitmodules", "/../README.md", "/../LICENSE", "/src/*.rs", "/build/*.rs", "/build/*.c", "/build/*.h", "/build/*.cmake", "/build/KTX-Software/**/*.txt", "/build/KTX-Software/**/*.cmake", "/build/KTX-Software/**/*.rtf", "/build/KTX-Software/**/*.sh", "/build/KTX-Software/**/*.p[yl]", "/build/KTX-Software/lib/mkvkformatfiles", "/build/KTX-Software/**/*.js", "/build/KTX-Software/**/*.htm?", "/build/KTX-Software/**/*.c", "/build/KTX-Software/**/*.cc", "/build/KTX-Software/**/*.c[px+][px+]", "/build/KTX-Software/**/*.h", "/build/KTX-Software/**/*.hh", "/build/KTX-Software/**/*.h[px+][px+]", "/build/KTX-Software/**/*.in[cl]", "/build/KTX-Software/**/*.def", "/build/KTX-Software/include/**", "/build/KTX-Software/other_include/**", "/build/KTX-Software/utils/**"] description = "A low-level wrapper over https://github.com/KhronosGroup/KTX-Software." readme = "../README.md" keywords = ["ktx", "texture", "image", "graphics", "bindings"] categories = ["external-ffi-bindings", "graphics"] license = "Apache-2.0" repository = "https://github.com/UberLambda/libktx-rs" [package.metadata.docs.rs] features = ["write", "docs-only"] [dependencies.log] version = "0.4.14" [build-dependencies.bindgen] version = "0.59.0" optional = true [build-dependencies.cmake] version = "0.1.45" [build-dependencies.glob] version = "0.3.0" [features] default = ["static", "write"] docs-only = [] nonfree-etc-unpack = [] run-bindgen = ["bindgen"] static = [] write = []