# 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" rust-version = "1.70" name = "wstp" version = "0.2.9" authors = ["Connor Gray "] 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/wstp-rs" [dependencies.ref-cast] version = "1.0.13" [dependencies.wolfram-expr] version = "0.1.4" [dependencies.wstp-sys] version = "0.2.8" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.wolfram-app-discovery] version = "0.4.1"