jlrs-macros 0.2.1

jlrs-macros contains the custom derives offered by jlrs.
Documentation
[dependencies.itertools]
version = "0.11"

[dependencies.proc-macro2]
optional = true
version = "1"

[dependencies.quote]
optional = true
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
optional = true
version = "2"

[features]
ccall = ["proc-macro2", "syn", "quote"]
default = []
derive = ["syn", "quote"]
julia-1-10 = []
julia-1-11 = []
julia-1-6 = []
julia-1-7 = []
julia-1-8 = []
julia-1-9 = []
windows = []

[lib]
proc-macro = true

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