jlrs-macros 0.2.1

jlrs-macros contains the custom derives offered by jlrs.
Documentation
[package]
name = "jlrs-macros"
version = "0.2.1"
authors = ["Thomas van Doornmalen <thomas.vandoornmalen@gmail.com>"]
description = """
jlrs-macros contains the custom derives offered by jlrs.
"""
documentation = "https://docs.rs/jlrs-macros"
homepage = "https://github.com/Taaitaaiger/jlrs"
repository = "https://github.com/Taaitaaiger/jlrs"
readme = "../README.md"
keywords = ["Julia", "math", "mathematics", "bindings", "ffi"]
license = "MIT"
edition = "2018"

[features]
default = []
julia-1-6 = []
julia-1-7 = []
julia-1-8 = []
julia-1-9 = []
julia-1-10 = []
julia-1-11 = []
windows = []

derive = ["syn", "quote"]
ccall = ["proc-macro2", "syn", "quote"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = { version = "1", optional = true }
syn = { version = "2", features = ["full", "extra-traits"], optional = true }
quote = { version = "1", optional = true }
itertools = "0.11"

[package.metadata.docs.rs]
features = ["ccall", "derive", "julia-1-10"]