wstp-sys 0.5.0

Low-level FFI bindings to the Wolfram Symbolic Transfer Protocol (WSTP) C API
Documentation
# 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 = "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"