mattsse opened this issue 6 months ago · 1 comments
the libp2p feature pulls in libp2p entirely:
discv5/Cargo.toml
Line 17 in 44051ef
but only identity and MultiAddr are used
discv5/src/node_info.rs
Lines 7 to 11 in 44051ef
which are available as standalone crates:
multiaddr and libp2p-identity
multiaddr
libp2p-identity
Resolved in #255