[dependencies.heck]
version = "0.5"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
default-features = false
features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"]
version = "2.0.66"
[lib]
name = "libp2p_swarm_derive"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
dbg_macro = "warn"
manual_let_else = "warn"
type_complexity = "allow"
unnecessary_wraps = "warn"
used_underscore_binding = "warn"
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.rust]
unreachable_pub = "warn"
[package]
authors = ["Parity Technologies <admin@parity.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "Procedural macros of libp2p-swarm"
edition = "2021"
keywords = ["peer-to-peer", "libp2p", "networking"]
license = "MIT"
name = "libp2p-swarm-derive"
readme = false
repository = "https://github.com/libp2p/rust-libp2p"
rust-version = "1.75.0"
version = "0.35.0"
[package.metadata.docs.rs]
all-features = true