jl-sys 0.23.1

jl-sys contains the generated bindings for the Julia C API used by jlrs.
Documentation
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
optional = true
version = "0.63"

[build-dependencies.cc]
version = "1"

[build-dependencies.cfg-if]
version = "1"

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

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

[build-dependencies.syn]
features = ["full"]
optional = true
version = "2"
[dependencies.atomic]
version = "0.5"

[dependencies.cfg-if]
version = "1"

[features]
c-unwind = []
debug = []
docs = ["julia-1-10"]
fast-tls = []
i686 = []
julia-1-10 = []
julia-1-11 = []
julia-1-6 = []
julia-1-7 = []
julia-1-8 = []
julia-1-9 = []
macos = []
no-link = []
use-bindgen = ["bindgen", "syn", "quote", "proc-macro2"]
uv = []
windows = []
yggdrasil = ["no-link"]

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