Cargo Features

jl-sys has no features set by default.

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

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bindgen build use-bindgen?

Enables bindgen ^0.63

syn build use-bindgen?
proc-macro2 build use-bindgen?
quote build use-bindgen?