[package]
edition = "2021"
name = "wolfram-export-core"
version = "0.6.0"
build = false
include = [
"/src",
"/docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared inventory + manifest plumbing for the wolfram-export-* crates"
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 = [
"inventory",
"process_path",
]
default = ["automate-function-loading-boilerplate"]
[lib]
name = "wolfram_export_core"
path = "src/lib.rs"
[dependencies.inventory]
version = "0.2.1"
optional = true
[dependencies.process_path]
version = "0.1.3"
optional = true
[dependencies.wolfram-expr]
version = "=0.6.0"
[dependencies.wolfram-serialize]
version = "=0.6.0"