[dependencies.proc-macro2]
version = "1.0.19"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[dependencies.trybuild]
version = "1.0.19"
[dev-dependencies.bytes]
version = "1.0.1"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
proc-macro = true
[lints.clippy]
clone_on_copy = "allow"
collapsible_if = "allow"
derive_partial_eq_without_eq = "allow"
manual_strip = "allow"
new_ret_no_self = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
useless_format = "allow"
vec_init_then_push = "allow"
while_let_on_iterator = "allow"
zero_ptr = "allow"
[package]
authors = ["MagicStack Inc. <hello@magic.io>"]
description = " Derive macros for EdgeDB database client.\n"
edition = "2018"
license = "MIT/Apache-2.0"
name = "edgedb-derive"
readme = "README.md"
resolver = "2"
rust-version = "1.72"
version = "0.5.2"