[package]
edition = "2021"
rust-version = "1.70"
name = "wstp"
version = "0.5.0"
authors = ["Connor Gray <code@connorgray.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to the Wolfram Symbolic Transfer Protocol (WSTP)"
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"
path = "src/lib.rs"
[[example]]
name = "connect_to_link_server"
path = "examples/connect_to_link_server.rs"
[[example]]
name = "link_server"
path = "examples/link_server.rs"
[[test]]
name = "test_link_server"
path = "tests/test_link_server.rs"
[[test]]
name = "test_links"
path = "tests/test_links.rs"
[[test]]
name = "test_loopback_links"
path = "tests/test_loopback_links.rs"
[[test]]
name = "test_shutdown"
path = "tests/test_shutdown.rs"
[dependencies.ref-cast]
version = "1.0.13"
[dependencies.wolfram-expr]
version = "0.5.0"
[dependencies.wstp-sys]
version = "0.5.0"
[dev-dependencies.rand]
version = "0.8.3"
[dev-dependencies.wolfram-app-discovery]
version = "0.5.0"