# 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 = "2018" rust-version = "1.72" name = "edgedb-derive" version = "0.5.2" authors = ["MagicStack Inc. "] description = """ Derive macros for EdgeDB database client. """ readme = "README.md" license = "MIT/Apache-2.0" resolver = "2" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.19" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dependencies.trybuild] version = "1.0.19" [dev-dependencies.bytes] version = "1.0.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [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"