interoptopus_proc_impl 0.16.0-alpha.2

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.94"
name = "interoptopus_proc_impl"
version = "0.16.0-alpha.2"
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."
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_impl"
path = "src/lib.rs"

[[test]]
name = "const_basic"
path = "tests/const_basic.rs"

[[test]]
name = "fn_async"
path = "tests/fn_async.rs"

[[test]]
name = "fn_basic"
path = "tests/fn_basic.rs"

[[test]]
name = "fn_module"
path = "tests/fn_module.rs"

[[test]]
name = "fn_unique"
path = "tests/fn_unique.rs"

[[test]]
name = "svc_async"
path = "tests/svc_async.rs"

[[test]]
name = "svc_basic"
path = "tests/svc_basic.rs"

[[test]]
name = "svc_lifetime"
path = "tests/svc_lifetime.rs"

[[test]]
name = "svc_skip"
path = "tests/svc_skip.rs"

[[test]]
name = "ty_fields"
path = "tests/ty_fields.rs"

[[test]]
name = "ty_generics"
path = "tests/ty_generics.rs"

[[test]]
name = "ty_module"
path = "tests/ty_module.rs"

[[test]]
name = "ty_skip"
path = "tests/ty_skip.rs"

[[test]]
name = "util"
path = "tests/util.rs"

[dependencies.prettyplease]
version = "0.2.35"

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.104"
features = [
    "full",
    "visit-mut",
]

[dev-dependencies.insta]
version = "1.43.2"

[lints.clippy]
default_constructed_unit_structs = "allow"
match_same_arms = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
option_if_let_else = "allow"
unreadable_literal = "allow"

[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