inline-python-macros 0.13.0

Macros for the inline-python crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "inline-python-macros"
version = "0.13.0"
description = "Macros for the inline-python crate"
license = "BSD-2-Clause"
edition = "2018"
repository = "https://github.com/fusion-engineering/inline-python"

[lib]
proc_macro = true

[dependencies]
proc-macro2 = { version = "1.0", features = ["span-locations"] }
quote = "1.0"
pyo3 = { version = "0.23", default-features = false, features = ["auto-initialize"] }

[target.'cfg(unix)'.dependencies]
libc = "0.2.71"