wolfram-export-core 0.6.0

Shared inventory + manifest plumbing for the wolfram-export-* crates
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-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"