[[bin]]
name = "runs"
path = "src/bin/main.rs"
[dependencies]
[lib]
name = "runs"
path = "src/lib.rs"
[package]
authors = ["timothy adigun <2teezrust@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "command-line-utilities", "development-tools", "filesystem", "rust-patterns"]
description = "A CLI tool to run Rust documentation tests (doctests) on standalone .rs files by generating a temporary Cargo project."
documentation = "https://github.com/2teez/runs"
edition = "2021"
exclude = ["/target", "Cargo.toml.orig"]
keywords = ["doctest", "automation", "cargo", "standalone", "cli"]
license = "MIT"
name = "runs"
readme = "README.md"
repository = "https://github.com/2teez/runs"
version = "0.2.1"
[[test]]
name = "test"
path = "tests/test.rs"