# 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 = "dmi" version = "0.3.5" authors = ["Rohesie "] exclude = [ "src/tests.rs", "tests/*", ] description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files." homepage = "https://github.com/spacestation13/dmi" readme = "README.md" keywords = [ "byond", "dreammaker", "dmi", "ss13", "spacestation13", ] license = "MIT" [dependencies.bitflags] version = "2.5.0" [dependencies.deflate] version = "1.0" [dependencies.image] version = "0.25.1" features = ["png"] default-features = false [dependencies.inflate] version = "0.4.5" [dependencies.thiserror] version = "1.0"