mongodb-internal-macros 3.1.0

Internal macros for the mongodb crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mongodb-internal-macros"
version = "3.1.0"
description = "Internal macros for the mongodb crate"
edition = "2021"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = { version = "2.0.52", features = ["full", "parsing", "proc-macro", "extra-traits"] }

[lib]
proc-macro = true