# 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 = "texture2ddecoder" version = "0.1.1" authors = ["Rudolf Kolbe "] build = false include = [ "src/*", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "COPYRIGHT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "pure Rust no-std texture decoder" homepage = "https://crates.io/crates/texture2ddecoder" documentation = "https://docs.rs/texture2ddecoder" readme = "README.md" categories = [ "graphics", "no-std", "no-std::no-alloc", "multimedia::encoding", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/UniversalGameExtraction/texture2ddecoder" [lib] name = "texture2ddecoder" path = "src/lib.rs" [dependencies.paste] version = "^1.0.12" [dev-dependencies.ddsfile] version = "^0.5.1" [dev-dependencies.half] version = "2.3.1" features = [] [dev-dependencies.image] version = "^0.24" [dev-dependencies.ktx2] version = "^0.3.0" [dev-dependencies.lazy_static] version = "^1.4.0" [features] alloc = [] default = ["alloc"]