2018-04-01 13:04:45 +00:00
|
|
|
[package]
|
|
|
|
name = "pyo3-derive-backend"
|
2018-08-20 12:30:52 +00:00
|
|
|
version = "0.4.1"
|
2018-04-01 13:04:45 +00:00
|
|
|
description = "Code generation for PyO3 package"
|
2018-05-14 16:53:31 +00:00
|
|
|
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
|
2018-05-30 13:03:31 +00:00
|
|
|
keywords = ["pyo3", "python", "cpython", "ffi"]
|
2018-04-01 13:04:45 +00:00
|
|
|
homepage = "https://github.com/pyo3/pyo3"
|
|
|
|
repository = "https://github.com/pyo3/pyo3.git"
|
2018-05-30 13:03:31 +00:00
|
|
|
documentation = "https://pyo3.github.io/pyo3/guide/"
|
2018-04-01 13:04:45 +00:00
|
|
|
categories = ["api-bindings", "development-tools::ffi"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-20 12:30:52 +00:00
|
|
|
log = "0.4.4"
|
|
|
|
quote = "0.6.6"
|
|
|
|
proc-macro2 = "0.4.13"
|
2018-04-01 13:04:45 +00:00
|
|
|
|
|
|
|
[dependencies.syn]
|
2018-08-20 12:30:52 +00:00
|
|
|
version = "0.14.8"
|
|
|
|
features = ["full", "extra-traits"]
|