bintest 2.0.0

Testing the executables build by a bin crate
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.cargo_metadata]
version = "0.18.1"
[lints.clippy]
cargo_common_metadata = "warn"
doc_markdown = "warn"
missing_const_for_fn = "warn"
missing_panics_doc = "allow"
must_use_candidate = "warn"
pedantic = "warn"
semicolon_if_nothing_returned = "warn"

[lints.rust]
missing_docs = "warn"

[lints.rustdoc]
missing_crate_level_docs = "warn"

[package]
authors = ["Christian Thäter <ct@pipapo.org>"]
categories = ["development-tools::testing"]
description = "Testing the executables build by a bin crate"
edition = "2021"
keywords = ["testing", "cargo"]
license = "MIT OR Apache-2.0"
name = "bintest"
readme = "README.md"
repository = "https://github.com/cehteh/bintest.git"
rust-version = "1.70.0"
version = "2.0.0"