wolfram-export 0.6.0

Unified #[export] runtime for Wolfram LibraryLink: native MArgument, WSTP Link, and typed WXF ByteArray modes — pick the modes you need via feature flags.
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 = "wolfram-export"
version = "0.6.0"
build = false
include = [
    "/src",
    "/docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified #[export] runtime for Wolfram LibraryLink: native MArgument, WSTP Link, and typed WXF ByteArray modes — pick the modes you need via feature flags."
readme = "README.md"
keywords = [
    "wolfram",
    "wolfram-library-link",
    "librarylink",
    "wstp",
    "wxf",
]
categories = [
    "external-ffi-bindings",
    "development-tools::ffi",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/WolframResearch/wolfram-rust-library"

[features]
automate-function-loading-boilerplate = [
    "wolfram-export-core/automate-function-loading-boilerplate",
    "wolfram-export-macros/automate-function-loading-boilerplate",
    "wolfram-library-link?/automate-function-loading-boilerplate",
]
default = [
    "native",
    "automate-function-loading-boilerplate",
]
native = [
    "dep:wolfram-library-link",
    "dep:wolfram-library-link-sys",
]
wstp = [
    "native",
    "dep:wstp",
    "wolfram-library-link/wstp",
]
wxf = [
    "dep:wolfram-serialize",
    "dep:wolfram-expr",
    "dep:wolfram-library-link",
    "dep:wolfram-library-link-sys",
    "wolfram-library-link/panic-failure-backtraces",
]

[lib]
name = "wolfram_export"
path = "src/lib.rs"

[dependencies.wolfram-export-core]
version = "=0.6.0"
default-features = false

[dependencies.wolfram-export-macros]
version = "=0.6.0"

[dependencies.wolfram-expr]
version = "=0.6.0"
optional = true

[dependencies.wolfram-library-link]
version = "=0.6.0"
optional = true
default-features = false

[dependencies.wolfram-library-link-sys]
version = "=0.6.0"
optional = true

[dependencies.wolfram-serialize]
version = "=0.6.0"
optional = true

[dependencies.wstp]
version = "=0.6.0"
optional = true