pyo3-macros 0.21.2

Proc macros for PyO3 package
Documentation
[dependencies.proc-macro2]
default-features = false
version = "1"

[dependencies.pyo3-macros-backend]
version = "=0.21.2"

[dependencies.quote]
version = "1"

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

[features]
experimental-async = ["pyo3-macros-backend/experimental-async"]
experimental-declarative-modules = []
multiple-pymethods = []

[lib]
proc-macro = true
[lints.clippy]
checked_conversions = "warn"
dbg_macro = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
filter_map_next = "warn"
flat_map_option = "warn"
let_unit_value = "warn"
manual_assert = "warn"
manual_ok_or = "warn"
todo = "warn"
unnecessary_wraps = "warn"
used_underscore_binding = "warn"
useless_transmute = "warn"

[lints.rust]
elided_lifetimes_in_paths = "warn"
invalid_doc_attributes = "warn"
rust_2018_idioms = "warn"
rust_2021_prelude_collisions = "warn"
unused_lifetimes = "warn"

[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "warn"

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