pyo3/pyo3cls/Cargo.toml
Peng Guanwen ce4c217527 Fix broken links
This fixes #182
2018-06-14 08:10:39 +00:00

26 lines
650 B
TOML

[package]
name = "pyo3cls"
version = "0.2.5"
description = "Proc macros for PyO3 package"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
keywords = ["pyo3", "python", "cpython", "ffi"]
homepage = "https://github.com/pyo3/pyo3"
repository = "https://github.com/pyo3/pyo3.git"
documentation = "https://docs.rs/pyo3cls"
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
[lib]
proc-macro = true
[dependencies]
quote="0.5"
[dependencies.syn]
version="0.13"
features=["full", "parsing", "printing", "extra-traits"]
[dependencies.pyo3-derive-backend]
path = "../pyo3-derive-backend"
version = "0.2.5"