# 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 = "ispc-tex" version = "0.1.0" authors = ["Legion Labs "] build = "build.rs" include = ["src/bc1.rs", "src/bc3.rs", "src/bc6h.rs", "src/bc7.rs", "src/lib.rs", "src/ispc/kernel.rs", "src/ispc/kernelx86_64-pc-windows-msvc.lib", "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/legion-labs/ispc-tex-rs" documentation = "https://docs.rs/ispc-tex-rs" readme = "README.md" keywords = ["texture", "image", "compress", "intel", "ispc"] categories = ["rendering", "rendering::engine"] license = "MIT/Apache-2.0" repository = "https://github.com/legion-labs/ispc-tex-rs" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.ispc_rt] version = "1.0.6" [dev-dependencies.ddsfile] version = "0.2.3" [dev-dependencies.image] version = "0.21.0" [build-dependencies.ispc_compile] version = "1.0.12" optional = true [build-dependencies.ispc_rt] version = "1.0.6" [features] ispc = ["ispc_compile"] [badges.maintenance] status = "actively-developed"