# 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 = "dib" version = "0.1.0" authors = ["bend-n "] exclude = [ "tdata", ".gitignore", "benches", "fuzz", ] description = "device independent bitmap (DIB) / BMP file format decoder" readme = "README.md" keywords = [ "image", "format", "encoding", "decoding", ] categories = [ "multimedia::images", "graphics", "encoding", ] license = "MIT" repository = "https://github.com/bend-n/dib" [dependencies.atools] version = "0.1.4" [dependencies.bites] version = "0.0.0" [dependencies.car] version = "0.1.0"