2018-04-01 13:04:45 +00:00
|
|
|
[package]
|
|
|
|
name = "pyo3-derive-backend"
|
2020-01-16 11:05:44 +00:00
|
|
|
version = "0.9.0-alpha.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"
|
2018-09-08 22:19:55 +00:00
|
|
|
repository = "https://github.com/pyo3/pyo3"
|
2018-04-01 13:04:45 +00:00
|
|
|
categories = ["api-bindings", "development-tools::ffi"]
|
|
|
|
license = "Apache-2.0"
|
2019-02-01 13:01:18 +00:00
|
|
|
edition = "2018"
|
2018-04-01 13:04:45 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-08-11 12:16:02 +00:00
|
|
|
quote = "1"
|
|
|
|
proc-macro2 = "1"
|
|
|
|
syn = { version = "1", features = ["full", "extra-traits"] }
|