inline-python-macros 0.5.1

Macros for the inline-python crate
Documentation
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"

[dependencies.pyo3]
default-features = false
version = "0.10.0"

[dependencies.quote]
version = "1.0"

[lib]
proc_macro = true

[package]
authors = ["Mara Bos <m-ou.se@m-ou.se>", "Maarten de Vries <maarten@de-vri.es>"]
description = "Macros for the inline-python crate"
edition = "2018"
license = "BSD-2-Clause"
name = "inline-python-macros"
repository = "https://github.com/fusion-engineering/inline-python"
version = "0.5.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.71"