# 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" rust-version = "1.66" name = "nvtt_rs" version = "0.10.1" authors = ["Luka Mijalkovic "] description = "A rust wrapper around the Nvidia Texture Tools library." documentation = "https://mijalk0.github.io/nvtt" readme = "README.md" keywords = [ "image_processing", "texture", "texture_compression", "nvidia", "nvtt", ] license = "MIT" repository = "https://github.com/mijalk0/nvtt" resolver = "1" [dependencies.cfg-if] version = "1" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.nvtt_sys] version = "0.5.2" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.5" [features] cuda = []