pyo3-macros-backend 0.22.5

Code generation for PyO3 package
Documentation
[build-dependencies.pyo3-build-config]
version = "=0.22.5"

[dependencies.heck]
version = "0.5"

[dependencies.proc-macro2]
default-features = false
version = "1.0.60"

[dependencies.pyo3-build-config]
features = ["resolve-config"]
version = "=0.22.5"

[dependencies.quote]
default-features = false
version = "1"

[dependencies.syn]
default-features = false
features = ["derive", "parsing", "printing", "clone-impls", "full", "extra-traits"]
version = "2.0.59"

[features]
experimental-async = []
gil-refs = []

[lib]
name = "pyo3_macros_backend"
path = "src/lib.rs"

[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_2021_prelude_collisions = "warn"
unused_lifetimes = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

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

[package]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "development-tools::ffi"]
description = "Code generation 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-backend"
readme = false
repository = "https://github.com/pyo3/pyo3"
version = "0.22.5"