# 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 = "stockbook" version = "0.3.0" authors = ["Karol Belina "] exclude = [ ".github", "docs", ] description = "1-bit image embedding at compile time" documentation = "https://docs.rs/stockbook" readme = "README.md" keywords = [ "image", "1-bit", "include", ] categories = [ "embedded", "encoding", "graphics", "no-std", ] license = "MIT" repository = "https://github.com/karolbelina/stockbook" [dependencies.avr-progmem] version = ">=0.2.0, <0.4.0" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.stockbook-stamp-macro] version = "=0.3.0" [features] progmem = [ "avr-progmem", "stockbook-stamp-macro/progmem", ]