ddsfile 0.6.0

DirectDraw Surface file format parser/composer
Documentation
# 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.73"
name = "ddsfile"
version = "0.6.0"
authors = [
    "Mike Dilger <mike@optcomp.nz>",
    "Connor Fitzgerald <connorwadefitzgerald@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DirectDraw Surface file format parser/composer"
documentation = "https://docs.rs/ddsfile"
readme = "README.md"
keywords = ["dds"]
categories = [
    "parsing",
    "game-development",
    "graphics",
]
license = "MIT"
repository = "https://github.com/cwfitzgerald/ddsfile"

[lib]
name = "ddsfile"
path = "src/lib.rs"

[[bin]]
name = "ddsinfo"
path = "src/bin/ddsinfo.rs"

[[bin]]
name = "retag"
path = "src/bin/retag.rs"

[dependencies.bitflags]
version = "2.4"

[dependencies.byteorder]
version = "1.5"

[dependencies.enum-primitive-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2"