Source: rust-smoltcp
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-cargo (>= 25),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-bitflags-dev,
 librust-byteorder-dev,
 librust-cfg-if-dev,
 librust-defmt-dev,
 librust-env-logger-dev,
 librust-getopts-dev,
 librust-heapless-dev,
 librust-libc-dev,
 librust-log-dev,
 librust-managed-dev,
 librust-rand-dev,
 librust-rstest-dev,
 librust-url-dev,
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Standards-Version: 4.6.2
Vcs-Git: https://gitlab.com/kalilinux/packages/rust-smoltcp.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/rust-smoltcp
Homepage: https://github.com/cloudflare/smoltcp
X-Cargo-Crate: smoltcp
Rules-Requires-Root: no

Package: librust-smoltcp-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-bitflags-dev,
 librust-byteorder-dev,
 librust-cfg-if-dev,
 librust-defmt-dev,
 librust-env-logger-dev,
 librust-getopts-dev,
 librust-heapless-dev,
 librust-libc-dev,
 librust-log-dev,
 librust-managed-dev,
 librust-rand-dev,
 librust-rstest-dev,
 librust-url-dev,
Description: standalone, event-driven TCP/IP stack - Rust source code
 This package contains a standalone, event-driven TCP/IP stack that is designed
 for bare-metal, real-time systems. Its design goals are simplicity and
 robustness. Its design anti-goals include complicated compile-time
 computations, such as macro or type tricks, even at cost of performance
 degradation.
