# 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 = "2021" name = "jl-sys" version = "0.25.1" authors = ["Thomas van Doornmalen "] build = "build.rs" links = "julia" 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" [package.metadata.docs.rs] features = ["docs"] [lib] name = "jl_sys" path = "src/lib.rs" [[test]] name = "gc_frame_tests" path = "tests/gc_frame_tests.rs" [[test]] name = "load_missing_functions_test" path = "tests/load_missing_functions_test.rs" [[test]] name = "sized_gc_frame_full_test" path = "tests/sized_gc_frame_full_test.rs" [[test]] name = "unsized_gc_frame_full_test" path = "tests/unsized_gc_frame_full_test.rs" [build-dependencies.cc] version = "1" [build-dependencies.cfg-if] version = "1" [build-dependencies.jlrs-macros] version = "0.4" [features] debug = [] docs = ["julia-1-12"] fast-tls = [] i686 = [] julia-1-10 = ["jlrs-macros/julia-1-10"] julia-1-11 = ["jlrs-macros/julia-1-11"] julia-1-12 = ["jlrs-macros/julia-1-12"] julia-1-6 = ["jlrs-macros/julia-1-6"] julia-1-7 = ["jlrs-macros/julia-1-7"] julia-1-8 = ["jlrs-macros/julia-1-8"] julia-1-9 = ["jlrs-macros/julia-1-9"] lto = [] macos = [] no-link = [] windows = [] yggdrasil = ["no-link"]