# 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 = "image_dds__patch" version = "0.5.1" authors = ["ScanMountGoat <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert images to and from compressed DDS formats" documentation = "https://docs.rs/image_dds" readme = "README.md" license = "MIT" repository = "https://github.com/ScanMountGoat/image_dds" [lib] name = "image_dds__patch" path = "src/lib.rs" [[example]] name = "img2dds" path = "examples/img2dds.rs" [[example]] name = "img2ddsf32" path = "examples/img2ddsf32.rs" [[example]] name = "dds2imgf32" path = "examples/dds2imgf32.rs" [[example]] name = "dds2img" path = "examples/dds2img.rs" [[bench]] name = "dds_from_image" path = "benches/dds_from_image.rs" harness = false [[bench]] name = "image_from_dds" path = "benches/image_from_dds.rs" harness = false [[bench]] name = "imagef32_from_dds" path = "benches/imagef32_from_dds.rs" harness = false [dependencies.arbitrary] version = "1.2.2" features = ["derive"] optional = true [dependencies.bcdec_rs] version = "0.1.1" [dependencies.bytemuck] version = "1.13.0" [dependencies.ddsfile] version = "0.5.1" optional = true [dependencies.half] version = "2.2.1" features = ["bytemuck"] [dependencies.image] version = "0.25.1" optional = true default-features = false [dependencies.intel_tex_2] version = "0.4.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.strum] version = "0.26.1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.38" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.image] version = "0.25.1" features = ["exr"] default-features = false [features] default = [ "ddsfile", "image", "encode", "strum", ] encode = ["dep:intel_tex_2"]