wstp-sys 0.1.2

Low-level FFI bindings to the Wolfram Symbolic Transfer Protocol (WSTP) C API
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"

[[package]]
name = "libc"
version = "0.2.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"

[[package]]
name = "wolfram-app-discovery"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52d0855fe23cde3e7368d221015367760dfa4e8b53d3e703f62bf61372b155a5"
dependencies = [
 "core-foundation",
]

[[package]]
name = "wstp-sys"
version = "0.1.2"
dependencies = [
 "wolfram-app-discovery",
]