Source: rust-evalexpr
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 cmark-gfm <!nodoc>,
 librust-regex-dev,
 librust-serde-dev,
 librust-rand-dev,
 librust-ron-dev,
 librust-rand-dev,
 librust-rand-pcg-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/rust-evalexpr.git
Vcs-Browser: https://salsa.debian.org/debian/rust-evalexpr
Homepage: https://github.com/isibboi/evalexpr

Package: librust-evalexpr-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-regex-dev,
 librust-serde-dev,
 librust-rand-dev,
 ${misc:Depends},
Provides:
 librust-evalexpr-13+default-dev (= ${binary:Version}),
 librust-evalexpr-13+rand-dev (= ${binary:Version}),
 librust-evalexpr-13+regex-dev (= ${binary:Version}),
 librust-evalexpr-13+serde-dev (= ${binary:Version}),
 librust-evalexpr-13-dev (= ${binary:Version}),
 librust-evalexpr-13.1.0-dev (= ${binary:Version}),
Description: arithmetic and boolean expression evaluator - Rust source code
 Evalexpr is an expression evaluator
 and tiny scripting language in Rust.
 It has a small and easy to use interface
 and can be easily integrated into any application.
 It is very lightweight and comes with no further dependencies.
 .
 This package contains the source for the Rust crate evalexpr,
 for use with cargo.
