[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
name = "ocaml_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Zach Shipko <zachshipko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "OCaml procedural macros"
documentation = "https://docs.rs/ocaml-derive"
edition = "2021"
keywords = ["ocaml-rs", "proc-macro"]
license = "ISC"
name = "ocaml-derive"
readme = "README.md"
repository = "https://github.com/zshipko/ocaml-rs"
version = "1.0.0"