commit 6e67d5723c913fdb47e2499da36216f2a08e1ec4
parent 52a2c195baeb3019024c6f20360eca317477cd34
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 00:59:08 +0000
simplex_interop_tests: update metadata
Diffstat:
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/crates/simplex_interop_tests/Cargo.toml b/crates/simplex_interop_tests/Cargo.toml
@@ -8,11 +8,11 @@ authors = [
]
rust-version.workspace = true
license.workspace = true
-description = "synthetic fixture and opt-in local-service interop coverage for the radroots SimpleX stack"
+description = "Synthetic SimpleX interop fixtures and roundtrip tests"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/radroots_simplex_interop_tests"
-readme.workspace = true
+readme = "README"
[features]
default = ["std"]
diff --git a/crates/simplex_interop_tests/README b/crates/simplex_interop_tests/README
@@ -0,0 +1,23 @@
+# radroots_simplex_interop_tests
+
+This is the README for `radroots_simplex_interop_tests`, which provides
+synthetic SimpleX interop fixtures for the `radroots` core libraries.
+
+## Overview
+
+ * approved fixture data and fixture-policy helpers for interop coverage;
+ * roundtrip and compatibility tests spanning the SMP, agent, and chat crates;
+ * opt-in checks against local upstream services when explicitly enabled;
+ * a non-published test support crate rather than a production runtime
+ component.
+
+## Copyright
+
+Except as otherwise noted, all files in the `radroots_simplex_interop_tests`
+distribution are
+
+ Copyright (c) 2020-2026 Tyson Lupul
+
+For information on usage and redistribution, and for a DISCLAIMER OF ALL
+WARRANTIES, see LICENSE included in the `radroots_simplex_interop_tests`
+distribution.