# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "intel_tex" version = "0.1.4" authors = ["Graham Wihlidal "] build = "build.rs" include = ["src/astc.rs", "src/bc1.rs", "src/bc3.rs", "src/bc6h.rs", "src/bc7.rs", "src/etc1.rs", "src/lib.rs", "src/ispc/kernel_astc.rs", "src/ispc/kernel.rs", "src/ispc/kernel_astcx86_64-pc-windows-msvc.lib", "src/ispc/kernelx86_64-pc-windows-msvc.lib", "src/ispc/libkernel_astcx86_64-apple-darwin.a", "src/ispc/libkernelx86_64-apple-darwin.a", "src/ispc/libkernel_astcx86_64-unknown-linux-gnu.a", "src/ispc/libkernelx86_64-unknown-linux-gnu.a", "build.rs", "Cargo.toml"] description = "Rust bindings for Intel's ISPC texture compressor." homepage = "https://github.com/gwihlidal/intel-tex-rs" documentation = "https://docs.rs/intel_tex" readme = "README.md" keywords = ["texture", "image", "compress", "intel", "ispc"] categories = ["rendering", "rendering::engine"] license = "MIT/Apache-2.0" repository = "https://github.com/gwihlidal/intel-tex-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.ispc_rt] version = "1.0.2" [dev-dependencies.ddsfile] version = "0.2.3" [dev-dependencies.image] version = "0.21.0" [build-dependencies.ispc_compile] version = "1.0.4" optional = true [build-dependencies.ispc_rt] version = "1.0.2" [features] ispc = ["ispc_compile"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "gwihlidal/intel-tex-rs"