Source: rust-egg
Section: rust
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-rust,
 dh-sequence-single-binary,
 graphviz <!nocheck>,
 librust-env-logger-0.11-dev,
 librust-indexmap-2-dev,
 librust-log-0.4-dev,
 librust-once-cell-1-dev,
 librust-ordered-float-5-dev,
 librust-smallvec-1-dev,
 librust-symbolic-expressions-5-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/rust-egg.git
Vcs-Browser: https://salsa.debian.org/debian/rust-egg
Homepage: https://github.com/egraphs-good/egg

Package: librust-egg-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-indexmap-2-dev,
 librust-log-0.4-dev,
 librust-once-cell-1-dev,
 librust-smallvec-1-dev,
 librust-symbolic-expressions-5-dev,
Suggests:
 graphviz,
Provides:
 librust-egg-0.6+default-dev (= ${binary:Version}),
 librust-egg-0.6-dev (= ${binary:Version}),
 librust-egg-0.6.0-dev (= ${binary:Version}),
Description: implementation of egraphs - Rust source code
 egg (EGraphs Good) is an e-graph library
 optimized for equality saturation.
 .
 The function "Dot" requires the executable "dot" to be available,
 which is provided by the package "graphviz".
 .
 This package contains the source for the Rust crate egg,
 for use with cargo.
