[go: up one dir, main page]

pyo3cls 0.1.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]
name = "pyo3cls"
version = "0.1.0"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
description = "Proc macros for PyO3 package"
homepage = "https://github.com/pyo3/pyo3"
documentation = "http://pyo3.github.io/PyO3/pyo3/"
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
repository = "https://github.com/pyo3/pyo3.git"

[lib]
proc-macro = true
[dependencies.syn]
version = "0.11"
features = ["full"]

[dependencies.quote]
version = "0.3"

[dependencies.log]
version = "0.3"