# 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 = "wasm4-impl" version = "0.1.3" authors = ["Daria Sukhonina "] description = "Procedural macros implementation for WASM-4 bindings" keywords = [ "wasm-4", "wasm4", ] license = "MIT" repository = "https://github.com/ZetaNumbers/wasm4-rs" [lib] doc = false proc-macro = true [dependencies.anyhow] version = "1.0.52" [dependencies.bitvec] version = "1.0.0" [dependencies.heapless] version = "0.7.9" [dependencies.image] version = "0.23.14" [dependencies.once_cell] version = "1.9.0" [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.14" [dependencies.syn] version = "1.0.85" features = [ "extra-traits", "parsing", "proc-macro", ] [dependencies.wasm4-common] version = "0.1.4"