[dependencies.proc-macro2]
version = "1.0.103"
[dependencies.quote]
version = "1.0.42"
[dependencies.syn]
features = ["derive"]
version = "2.0.111"
[lib]
name = "bson_comp"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Harihar Nautiyal <me@hariharnautiyal.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A derive macro that implements `Into<bson::Bson>` for a struct or enum."
documentation = "https://docs.rs/bson_comp/0.1.0"
edition = "2024"
license = "MIT"
name = "bson_comp"
readme = "README.md"
repository = "https://github.com/h01-team/bson_comp"
version = "0.1.0"