[go: up one dir, main page]

pyo3cls 0.1.0

Proc macros for PyO3 package
Documentation
[package]
name = "pyo3cls"
version = "0.1.0"
description = "Proc macros for PyO3 package"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
homepage = "https://github.com/pyo3/pyo3"
repository = "https://github.com/pyo3/pyo3.git"
documentation = "http://pyo3.github.io/PyO3/pyo3/"
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"

[lib]
proc-macro = true

[dependencies]
quote="0.3"
log="0.3"

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