2017-05-14 19:52:30 +00:00
|
|
|
[package]
|
|
|
|
name = "pyo3cls"
|
2018-01-19 17:04:42 +00:00
|
|
|
version = "0.2.1"
|
2017-07-23 18:17:10 +00:00
|
|
|
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"]
|
2017-07-23 18:21:01 +00:00
|
|
|
license = "Apache-2.0"
|
2017-05-14 19:52:30 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
quote="0.3"
|
2018-02-27 17:05:29 +00:00
|
|
|
log="0.4"
|
2017-05-14 19:52:30 +00:00
|
|
|
|
|
|
|
[dependencies.syn]
|
|
|
|
version="0.11"
|
|
|
|
features=["full"]
|