wasm-capability-core 0.3.0

This pattern's own default, zero-external-technology implementation: InMemoryCapabilityRegistry (SEA core/, local ADR-001).
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.98.1"
name = "wasm-capability-core"
version = "0.3.0"
authors = ["SWE Engineering Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This pattern's own default, zero-external-technology implementation: InMemoryCapabilityRegistry (SEA core/, local ADR-001)."
readme = "README.md"
keywords = [
    "wasm",
    "capability",
    "core",
    "swe",
]
categories = [
    "wasm",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sweengineeringlabs/wasm-capability-pattern"

[package.metadata.arch]
application_type = "adapter"
service_type = "capability"

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

[[test]]
name = "in_memory_capability_registry_int_test"
path = "tests/in_memory_capability_registry_int_test.rs"

[dependencies.svc-registry]
version = "0.3"

[dependencies.svc-registry-adapter]
version = "0.3"

[dependencies.wasm-capability-contract]
version = "0.4.0"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"