[package]
edition = "2021"
name = "wstp-sys"
version = "0.5.0"
authors = ["Connor Gray <code@connorgray.com>"]
build = "build.rs"
links = "WSTPi4"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to the Wolfram Symbolic Transfer Protocol (WSTP) C API"
readme = "README.md"
keywords = [
"wstp",
"mathlink",
"wolfram",
"wolfram-language",
"wolfram-engine",
]
categories = [
"external-ffi-bindings",
"development-tools::ffi",
"encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/WolframResearch/wolfram-rust-library"
[lib]
name = "wstp_sys"
path = "src/lib.rs"
[dependencies.link-cplusplus]
version = "1.0.6"
[build-dependencies.env_logger]
version = "0.10.0"
default-features = false
[build-dependencies.wolfram-app-discovery]
version = "0.5.0"