[dependencies.rand]
version = "0.9.1"
[dependencies.tempfile]
version = "3.19.1"
[lib]
name = "regd_testing"
path = "src/lib.rs"
[package]
authors = ["Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "regd testing is a collection of utilities designed to simplify testing in regd projects."
edition = "2024"
homepage = "https://github.com/regd-io/testing"
keywords = ["rand", "random", "regd", "testing", "utility"]
license = "Apache-2.0"
name = "regd-testing"
readme = "README.md"
repository = "https://github.com/regd-io/testing"
rust-version = "1.85"
version = "0.1.0"