jl-sys 0.27.0

jl-sys contains the generated bindings for the Julia C API used by jlrs.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[features]
debug = []
docs = []
windows = []

[lib]
name = "jl_sys"
path = "src/lib.rs"

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

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

[build-dependencies.find-julia]
version = "0.1"

[build-dependencies.jlrs-compat]
version = "0.1"