arkhe-runtime-testkit 0.13.0

Property-based testing harness for ArkheForge Runtime: proptest Arbitrary implementations + scope-based shrinker for ShellId / TypeCode / Tick / EntityId.
Documentation
[package]
name          = "arkhe-runtime-testkit"
version       = "0.13.0"
edition       = "2021"
rust-version.workspace = true
description   = "Property-based testing harness for ArkheForge Runtime: proptest Arbitrary implementations + scope-based shrinker for ShellId / TypeCode / Tick / EntityId."
keywords      = ["testing", "proptest", "property-based", "runtime", "arkhe"]
categories    = ["development-tools::testing"]
repository    = "https://github.com/aceamro/ArkheForge"
homepage      = "https://github.com/aceamro/ArkheForge"
documentation = "https://docs.rs/arkhe-runtime-testkit"
license       = "MIT OR Apache-2.0"
readme        = "README.md"
authors       = ["Arkhe Contributors"]

[dependencies]
arkhe-kernel        = "0.13"
arkhe-forge-core    = { path = "../arkhe-forge-core", version = "0.13" }
proptest            = { workspace = true }

[lints]
workspace = true