netip 0.2.0

IPv4/IPv6 network types with non-contiguous masks support
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "netip"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IPv4/IPv6 network types with non-contiguous masks support"
documentation = "https://docs.rs/netip"
readme = "README.md"
keywords = [
    "ip",
    "network",
    "ipv4",
    "ipv6",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/yanet-platform/netip"

[lib]
name = "netip"
path = "src/lib.rs"

[[bench]]
name = "net"
path = "benches/net.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8"

[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = 2
debug-assertions = false
overflow-checks = false