2018-04-01 13:04:45 +00:00
|
|
|
[package]
|
|
|
|
name = "pyo3-derive-backend"
|
2018-05-01 18:25:13 +00:00
|
|
|
version = "0.2.5"
|
2018-04-01 13:04:45 +00:00
|
|
|
description = "Code generation 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"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
quote="0.3"
|
|
|
|
log="0.4"
|
|
|
|
|
|
|
|
[dependencies.syn]
|
|
|
|
version="0.11"
|
|
|
|
features=["full"]
|