[package]
name = "pyo3cls"
version = "0.1.0"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
description = "Proc macros for PyO3 package"
homepage = "https://github.com/pyo3/pyo3"
documentation = "http://pyo3.github.io/PyO3/pyo3/"
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
repository = "https://github.com/pyo3/pyo3.git"
[lib]
proc-macro = true
[dependencies.syn]
version = "0.11"
features = ["full"]
[dependencies.quote]
version = "0.3"
[dependencies.log]
version = "0.3"