# 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 = "spindle_macros" version = "0.1.11" description = "A macro backend for `spindle`: ergonomic GPGPU data parallel computing in Rust." license = "Apache-2.0 OR MIT" repository = "https://github.com/ariasanovsky/spindle/" [lib] proc-macro = true [dependencies.heck] version = "0.4.1" [dependencies.proc-macro2] version = "1.0.64" [dependencies.quote] version = "1.0.29" [dependencies.serde] version = "1.0.176" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.spindle_db] version = "0.1.4" [dependencies.syn] version = "2.0.25" features = ["full"]