# 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" version = "0.1.0" authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Some traits and macros to make it easier to work with surrealdb" readme = "README.md" keywords = [ "music", "player", "audio", "mecomp", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AnthonyMichaelTDM/mecomp" [lib] name = "surrealqlx" path = "src/lib.rs" test = false doctest = false bench = false [dependencies.surrealdb] version = "2.0" features = [ "kv-mem", "kv-surrealkv", ] default-features = false [dependencies.surrealqlx-macros] version = "0.1" optional = true [features] macros = ["surrealqlx-macros"]