jl-sys 0.13.0

jl-sys contains the generated bindings for the Julia C API used by jlrs.
Documentation
[package]
name = "jl-sys"
version = "0.13.0"
authors = ["Thomas van Doornmalen <thomas.vandoornmalen@gmail.com>"]
description = """
jl-sys contains the generated bindings for the Julia C API used by jlrs.
"""
documentation = "https://docs.rs/jl-sys"
homepage = "https://github.com/Taaitaaiger/jlrs"
repository = "https://github.com/Taaitaaiger/jlrs"
readme = "README.md"
keywords = ["Julia", "math", "mathematics", "bindings", "ffi"]
categories = ["external-ffi-bindings"]
license = "MIT"
edition = "2018"
links = "julia"

[features]
docs-rs = []
uv = []
use-bindgen = ["bindgen"]

[dependencies]

[build-dependencies]
bindgen = { version = "0.59", optional = true }
cc = "1"

[package.metadata.docs.rs]
features = ["docs-rs"]