plexus-core 0.5.3

Core infrastructure for Plexus RPC: Activation trait, DynamicHub, schemas
Documentation
org = "hypermemetic"
forges = [
    "codeberg",
    "github",
]
visibility = "public"
description = ""

[ci]
skip_validate = false

[[ci.runners]]
type = "local"
build = [
    "cargo",
    "check",
]
test = [
    "cargo",
    "test",
    "--lib",
]
timeout_secs = 300

[[ci.runners]]
type = "local"
build = [
    "cargo",
    "build",
]
test = [
    "cargo",
    "test",
]
timeout_secs = 600

[[ci.runners]]
type = "docker"
build = [
    "cargo",
    "build",
]
test = [
    "cargo",
    "test",
]
image = "rust:latest"
timeout_secs = 900