discv5 0.10.4

Implementation of the p2p discv5 discovery protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# cargo-deny configuration for sigp/discv5
# See https://embarkstudios.github.io/cargo-deny/

[bans]
multiple-versions = "warn"
deny = [
    { crate = "aes", deny-multiple-versions = true, reason = "takes a long time to compile" },
]

[sources]
unknown-registry = "deny"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]