interoptopus_proc 0.16.0

Macros to produce Interoptopus item info.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93"
name = "interoptopus_proc"
version = "0.16.0"
authors = ["Ralf Biedert <rb@xr.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros to produce Interoptopus item info."
homepage = "https://interoptopus.rs"
documentation = "https://docs.rs/interoptopus_proc/"
readme = "README.md"
keywords = ["ffi"]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/ralfbiedert/interoptopus"

[lib]
name = "interoptopus_proc"
path = "src/lib.rs"
proc-macro = true

[dependencies.interoptopus_proc_impl]
version = "=0.16.0"

[lints.clippy]
as_pointer_underscore = "deny"
assertions_on_result_states = "deny"
clone_on_ref_ptr = "deny"
default_constructed_unit_structs = "allow"
deref_by_slicing = "deny"
disallowed_script_idents = "deny"
empty_drop = "deny"
empty_enum_variants_with_brackets = "deny"
fn_to_numeric_cast_any = "deny"
implicit_clone = "deny"
map_err_ignore = "deny"
match_same_arms = "allow"
mem_forget = "deny"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
option_if_let_else = "allow"
redundant_type_annotations = "deny"
unnecessary_safety_comment = "deny"
unnecessary_safety_doc = "deny"
unneeded_field_pattern = "deny"
unreadable_literal = "allow"
unused_result_ok = "deny"

[lints.clippy.complexity]
level = "deny"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1