Source: rust-ipnet Section: rust Build-Depends: debhelper-compat (= 13), dh-sequence-cargo Build-Depends-Arch: cargo:native , rustc:native , libstd-rust-dev Maintainer: Debian Rust Maintainers Uploaders: David Bürgin Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/ipnet] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ipnet Homepage: https://github.com/krisprice/ipnet X-Cargo-Crate: ipnet X-Cargo-Crate-Version: 2.12.0 Package: librust-ipnet-dev Architecture: any Multi-Arch: same Depends: ${misc:Depends}, librust-heapless-0+default-dev, librust-schemars-1-dev, librust-serde-1+derive-dev Provides: librust-ipnet+default-dev (= ${binary:Version}), librust-ipnet+heapless-dev (= ${binary:Version}), librust-ipnet+json-dev (= ${binary:Version}), librust-ipnet+schemars-dev (= ${binary:Version}), librust-ipnet+schemars1-dev (= ${binary:Version}), librust-ipnet+ser-as-str-dev (= ${binary:Version}), librust-ipnet+serde-dev (= ${binary:Version}), librust-ipnet+std-dev (= ${binary:Version}), librust-ipnet-2-dev (= ${binary:Version}), librust-ipnet-2+default-dev (= ${binary:Version}), librust-ipnet-2+heapless-dev (= ${binary:Version}), librust-ipnet-2+json-dev (= ${binary:Version}), librust-ipnet-2+schemars-dev (= ${binary:Version}), librust-ipnet-2+schemars1-dev (= ${binary:Version}), librust-ipnet-2+ser-as-str-dev (= ${binary:Version}), librust-ipnet-2+serde-dev (= ${binary:Version}), librust-ipnet-2+std-dev (= ${binary:Version}), librust-ipnet-2.12-dev (= ${binary:Version}), librust-ipnet-2.12+default-dev (= ${binary:Version}), librust-ipnet-2.12+heapless-dev (= ${binary:Version}), librust-ipnet-2.12+json-dev (= ${binary:Version}), librust-ipnet-2.12+schemars-dev (= ${binary:Version}), librust-ipnet-2.12+schemars1-dev (= ${binary:Version}), librust-ipnet-2.12+ser-as-str-dev (= ${binary:Version}), librust-ipnet-2.12+serde-dev (= ${binary:Version}), librust-ipnet-2.12+std-dev (= ${binary:Version}), librust-ipnet-2.12.0-dev (= ${binary:Version}), librust-ipnet-2.12.0+default-dev (= ${binary:Version}), librust-ipnet-2.12.0+heapless-dev (= ${binary:Version}), librust-ipnet-2.12.0+json-dev (= ${binary:Version}), librust-ipnet-2.12.0+schemars-dev (= ${binary:Version}), librust-ipnet-2.12.0+schemars1-dev (= ${binary:Version}), librust-ipnet-2.12.0+ser-as-str-dev (= ${binary:Version}), librust-ipnet-2.12.0+serde-dev (= ${binary:Version}), librust-ipnet-2.12.0+std-dev (= ${binary:Version}) Description: types and methods for working with IP network addresses - Rust source code 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. . Source code for Debianized Rust crate "ipnet"