overlay = "."
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
collapse_features = true
description = """Trybuild is a test harness for invoking rustc on a set of test cases and
asserting that any resulting error messages are the ones intended.
"""
[source]
# The test run by `dh_auto_test` calls the `cargo metadata` subcommand
# which seems to require all referenced crates to be available in the local
# registry.
# `dissimilar` is an optional dependency, so it isn't installed
# automatically.
build_depends = ["librust-dissimilar-dev"]
|