Source: rust
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/rust-lang/rust/tags
Vcs-Browser: https://github.com/alvistack/rust-lang-rust
Vcs-Git: https://github.com/alvistack/rust-lang-rust.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 chrpath,
 fdupes,
 pkgconf,

Package: rustc
Architecture: amd64
Description: Rust systems programming language
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 binutils (>= 2.26),
 gcc,
 libc-dev,

Package: cargo
Architecture: amd64
Description: Rust package manager
 Cargo is a tool that allows Rust projects to declare their various
 dependencies, and ensure that you'll always get a repeatable build.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 binutils,
 gcc | clang | c-compiler,
 rustc (= ${source:Version}),
