[dependencies.edgedb]
version = "0.1"
[dependencies.edgedb-derive]
version = "0.4"
[dependencies.edgedb-protocol]
version = "0.4"
[dependencies.edgedb-query]
version = "0.2"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1"
[dependencies.regex]
version = "1.7.0"
[dependencies.serde]
features = ["derive", "serde_derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["proc-macro", "extra-traits", "quote"]
version = "1.0"
[dependencies.uuid]
version = "1.3"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["hsedjame <sedhjodev@gmail.com>"]
description = "Crate that provide a bunch of attribute macros that help to build EdgeDB query using edgedb-tokio crate"
edition = "2018"
keywords = ["template", "proc_macro", "procmacro"]
license = "MIT"
name = "edgedb-query-derive"
readme = "README.md"
repository = "https://github.com/imagineDevit/edgedb/tree/main/edgedb-query-derive"
version = "0.2.3"
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3
[[test]]
name = "lib_tests"
path = "test/tests.rs"