netcode-official 1.0.0

The official Rust implementation of the netcode network protocol
Documentation
# cargo-deny configuration: dependency advisories, licenses and sources.
# https://embarkstudios.github.io/cargo-deny/

[advisories]
yanked = "deny"

[licenses]
allow = [
    "MIT",
    "Apache-2.0",
    "BSD-3-Clause",
    "Unicode-3.0",
]

[bans]
multiple-versions = "warn"

[sources]
unknown-registry = "deny"
unknown-git = "deny"