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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "arkhe_runtime_testkit"
path = "src/lib.rs"

[dependencies.arkhe-forge-core]
version = "0.13"

[dependencies.arkhe-kernel]
version = "0.13"

[dependencies.proptest]
version = "1.5"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"