Package: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~debian12.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 22809 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Recommends: gcc | clang, git, rustc (>= 1.72.0-0real0.73.0rusoft1.4~debian12.1), binutils, libc6-dev, pkg-config, ca-certificates Provides: cargo Filename: pool/debian-bookworm/amd64/cargo-bin/cargo-bin_1.72.0-0real0.73.0rusoft1.4~debian12.1_amd64.deb Size: 6476796 MD5sum: aafaa78cd0bdfcd37580bd3709589705 SHA1: f43e46a807b409781e01216ba3f80e04a41e4bd9 SHA256: 67e8d26613046ec9c326cab7ba81e878027a5450346ba1b7e0845a0e184dfab2 Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust package manager, binary distribution Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. Package: librustc-driver-bin Source: rustc-bin Version: 1.72.0-0rusoft1.10~debian12.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 295455 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), zlib1g (>= 1:1.2.0), libstd-rust-compat (>= 1.72.0), libstd-rust-dev-bin (>= 1.72.0) Provides: librustc-driver Filename: pool/debian-bookworm/amd64/rustc-bin/librustc-driver-bin_1.72.0-0rusoft1.10~debian12.1_amd64.deb Size: 67446372 MD5sum: 67f0505234a215b1b3bbf8bd958fc0f9 SHA1: 7b1ec5492901014fc28ff40d6675778c2e304170 SHA256: 0e4f01a8967d149f82d7f388840f7e4e5e7ac63d97f57dfa1de3a9d4cafd5d9e Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust systems programming language, binary distribution Lirary to use compiler tools. Package: libstd-rust-bin Source: rust-std-bin Version: 1.72.0-0rusoft1.10~debian12.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 6567 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstd-rust-compat (>= 1.72.0-0rusoft1.10~debian12.1) Provides: libstd-rust-1.72 Filename: pool/debian-bookworm/amd64/rust-std-bin/libstd-rust-bin_1.72.0-0rusoft1.10~debian12.1_amd64.deb Size: 3808224 MD5sum: fbd024ecaf8fb00ee09262235f45e25d SHA1: 5f648cf4036e9276838c08ce1efe37c6692aea77 SHA256: 39b4526e179b03e2c3477a9f680b43d5134bf3ee5e55d365b76ce3cd3ae8aa2e Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust standard libraries, binary distribution Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-dev-bin Source: rust-std-bin Version: 1.72.0-0rusoft1.10~debian12.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 126427 Depends: libstd-rust-bin (>= 1.72.0-0rusoft1.10~debian12.1) Provides: libstd-rust-dev Filename: pool/debian-bookworm/amd64/rust-std-bin/libstd-rust-dev-bin_1.72.0-0rusoft1.10~debian12.1_amd64.deb Size: 22825788 MD5sum: 46d0413d79761eff918fcc5c3660f419 SHA1: 27d97e6f4c407feb63085b2de67e1bef459a09b4 SHA256: 1dd3a6e1c9603f67a55a9b3d74cda76c588cd1658894e239453be6e826c4361c Section: libdevel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust standard libraries, binary distribution - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. Package: rustc-bin Version: 1.72.0-0rusoft1.10~debian12.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 1836 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), librustc-driver-bin (>= 1.72.0), binutils Suggests: cargo-bin (>= 1.72.0) Provides: rustc Filename: pool/debian-bookworm/amd64/rustc-bin/rustc-bin_1.72.0-0rusoft1.10~debian12.1_amd64.deb Size: 596824 MD5sum: b004124ee287a52df738666fa8935226 SHA1: 650d14567b82926f7e291321a3e240b300362391 SHA256: 6004ebe8e26f09e3d203e28ad2dec1b8c09fb826830989e28936d8b1e666641b Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust systems programming language, binary distribution Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles.