blob: f791295d798aa2dc94543be0af16e2538c0914a3 [file] [log] [blame] [edit]
name: "ipnet"
description: "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust\'s standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain."
third_party {
identifier {
type: "crates.io"
value: "ipnet"
}
identifier {
type: "Archive"
value: "https://static.crates.io/crates/ipnet/ipnet-2.10.1.crate"
primary_source: true
}
version: "2.10.1"
# Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
license_type: NOTICE
last_upgrade_date {
year: 2024
month: 10
day: 15
}
}