[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"
[dependencies.pyo3]
default-features = false
features = ["auto-initialize"]
version = "0.23"
[dependencies.quote]
version = "1.0"
[lib]
name = "inline_python_macros"
path = "src/lib.rs"
proc_macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for the inline-python crate"
edition = "2018"
license = "BSD-2-Clause"
name = "inline-python-macros"
readme = false
repository = "https://github.com/fusion-engineering/inline-python"
version = "0.13.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.71"