pyo3cls 0.6.0

Proc macros for PyO3 package
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "pyo3cls"
version = "0.6.0"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
description = "Proc macros for PyO3 package"
homepage = "https://github.com/pyo3/pyo3"
keywords = ["pyo3", "python", "cpython", "ffi"]
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
repository = "https://github.com/pyo3/pyo3"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4.20"

[dependencies.pyo3-derive-backend]
version = "=0.6.0"

[dependencies.quote]
version = "0.6.9"

[dependencies.syn]
version = "0.15.15"
features = ["full", "extra-traits"]