wolfram-export-macros 0.6.1

Procedural macros for #[export] and #[init]
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-macros"
version = "0.6.1"
build = false
include = [
    "/src",
    "/docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for #[export] and #[init]"
readme = "README.md"
keywords = [
    "wolfram",
    "wolfram-library-link",
    "librarylink",
    "wstp",
    "macros",
]
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 = []
default = []

[lib]
name = "wolfram_export_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro-crate]
version = "3"

[dependencies.proc-macro2]
version = "1.0.36"

[dependencies.quote]
version = "1.0.14"

[dependencies.syn]
version = "1.0.85"
features = ["full"]

[dev-dependencies.wolfram-export]
version = "0.6.0-alpha.3"
features = [
    "native",
    "wstp",
    "wxf",
]

[dev-dependencies.wolfram-expr]
version = "0.6.0-alpha.3"

[dev-dependencies.wolfram-serialize]
version = "0.6.0-alpha.3"