windows file format device independent bitmap dib / bmp decoding and encoding
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..e905887
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "dib"
+version = "0.1.0"
+edition = "2021"
+description = "device independent bitmap (DIB) / BMP file format decoder"
+authors = ["bend-n <[email protected]>"]
+license = "MIT"
+repository = "https://github.com/bend-n/dib"
+exclude = ["tdata", ".gitignore", "benches", "fuzz"]
+keywords = ["image", "format", "encoding", "decoding"]
+categories = ["multimedia::images", "graphics", "encoding"]
+
+[dependencies]
+atools = "0.1.4"
+bites = "0.0.0"
+car = "0.1.0"