# 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-impl" version = "0.1.0" authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SurrealQLX macros implementation" readme = "README.md" keywords = [ "music", "player", "audio", "mecomp", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AnthonyMichaelTDM/mecomp" [lib] name = "surrealqlx_macros_impl" path = "src/lib.rs" [dependencies.proc-macro2] version = "1.0" default-features = false [dependencies.quote] version = "1.0" default-features = false [dependencies.syn] version = "2.0" features = [ "parsing", "derive", "full", ] [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.prettyplease] version = "0.2.20" [dev-dependencies.rstest] version = "0.22.0"