# 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 = "directxtex" version = "1.0.0" authors = ["Ryan McKenzie"] include = [ "external/DirectX-Headers/include/*", "external/DirectX-Headers/src/*", "external/DirectX-Headers/LICENSE", "external/DirectXMath/Inc/*", "external/DirectXMath/LICENSE", "external/DirectXTex/DirectXTex/*.cpp", "external/DirectXTex/DirectXTex/*.h", "external/DirectXTex/DirectXTex/*.inl", "external/DirectXTex/LICENSE", "ffi/include/sal.h", "ffi/main.cpp", "src/*", "build.rs", "Cargo.toml", "LICENSE", ] description = "Unofficial Rust bindings for Microsoft's DirectXTex library" homepage = "https://github.com/Ryan-rsm-McKenzie/directxtex-rs" readme = "README.md" keywords = [ "dds", "directx", "image", ] categories = [ "api-bindings", "encoding", "multimedia::encoding", "multimedia::images", "rendering::data-formats", ] license = "MIT" repository = "https://github.com/Ryan-rsm-McKenzie/directxtex-rs" [dependencies.bitflags] version = "2.4.2" [build-dependencies.cc] version = "1.0.83"