# 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 = "2018" name = "bmp-monochrome" version = "1.1.0" authors = ["Riccardo Casatta "] description = "Encode and decode monochromatic bitmaps without additional dependencies, useful for QR codes." homepage = "https://github.com/RCasatta/bmp-monochrome" documentation = "https://docs.rs/bmp-monochrome/" readme = "README.md" keywords = [ "bmp", "monochrome", ] license = "MIT" repository = "https://github.com/RCasatta/bmp-monochrome" [lib] name = "bmp_monochrome" path = "src/lib.rs" [dependencies.arbitrary] version = "0.4.7" features = ["derive"] optional = true default-features = false [dependencies.image] version = "0.23.10" features = ["bmp"] optional = true default-features = false [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.rand] version = "0.7.3" [features] fuzz = [ "arbitrary", "image", ]