Source: rust-egg
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 graphviz <!nocheck>,
 librust-env-logger-dev,
 librust-indexmap-dev,
 librust-log-dev,
 librust-once-cell-dev,
 librust-ordered-float-dev,
 librust-smallvec-dev,
 librust-symbolic-expressions-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-dev,
 librust-log-dev,
 librust-once-cell-dev,
 librust-smallvec-dev,
 librust-symbolic-expressions-dev,
 ${misc:Depends},
Suggests:
 graphviz,
Provides:
 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.
