# 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 = "surrealqlx-macros" version = "0.1.0" authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for surrealqlx" readme = "README.md" keywords = [ "music", "player", "audio", "mecomp", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AnthonyMichaelTDM/mecomp" [lib] name = "surrealqlx_macros" path = "src/lib.rs" test = false doctest = false bench = false proc-macro = true [dependencies.surrealqlx-macros-impl] version = "0.1" [dependencies.syn] version = "2.0" default-features = false