| [package] |
| name = "libp2p-swarm-derive" |
| edition = "2021" |
| rust-version = { workspace = true } |
| description = "Procedural macros of libp2p-swarm" |
| version = "0.35.0" |
| authors = ["Parity Technologies <admin@parity.io>"] |
| license = "MIT" |
| repository = "https://github.com/libp2p/rust-libp2p" |
| keywords = ["peer-to-peer", "libp2p", "networking"] |
| categories = ["network-programming", "asynchronous"] |
|
|
| [lib] |
| proc-macro = true |
|
|
| [dependencies] |
| heck = "0.5" |
| quote = "1.0" |
| syn = { version = "2.0.66", default-features = false, features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"] } |
| proc-macro2 = "1.0" |
|
|
| |
| |
| [package.metadata.docs.rs] |
| all-features = true |
|
|
| [lints] |
| workspace = true |
|
|