pyo3/pyo3-derive-backend/Cargo.toml

22 lines
680 B
TOML
Raw Normal View History

[package]
name = "pyo3-derive-backend"
version = "0.2.5"
description = "Code generation for PyO3 package"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
2018-05-30 13:03:31 +00:00
keywords = ["pyo3", "python", "cpython", "ffi"]
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/"
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
[dependencies]
log="0.4"
quote="0.5"
2018-06-06 19:18:42 +00:00
# proc-macro2 is pinned to -Z minimal-versions pass (until the next syn upgrade)
proc-macro2="0.3.8"
[dependencies.syn]
2018-06-06 19:18:42 +00:00
version="0.13.11"
features=["full", "parsing", "printing", "extra-traits"]