1name: "ipnet" 2description: "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." 3third_party { 4 version: "2.11.0" 5 license_type: NOTICE 6 last_upgrade_date { 7 year: 2025 8 month: 2 9 day: 14 10 } 11 homepage: "https://crates.io/crates/ipnet" 12 identifier { 13 type: "Archive" 14 value: "https://static.crates.io/crates/ipnet/ipnet-2.11.0.crate" 15 version: "2.11.0" 16 } 17} 18