[package]
edition = "2024"
name = "netid64"
version = "0.1.1"
authors = ["ilker Arabaci <iadeveloper@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "64-bit network-scoped ID (K|NODE|CTR): 8b kind, 16b node, 40b counter. BE wire."
readme = "README.md"
keywords = [
"id",
"u64",
"net",
"protocol",
"quic",
]
categories = [
"network-programming",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iadev09/netid64"
[lib]
name = "netid64"
path = "src/lib.rs"