pyo3/pyo3-derive-backend/Cargo.toml

19 lines
526 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>"]
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]
log="0.4"
quote="0.5"
[dependencies.syn]
version="0.13"
features=["full", "parsing", "printing", "extra-traits"]