appcore-capabilities 1.0.0

Capability registry and resolver contracts for distributed AppCore.
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.89"
name = "appcore-capabilities"
version = "1.0.0"
authors = ["dnettoRaw"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Capability registry and resolver contracts for distributed AppCore."
homepage = "https://wiki.appcore.dnettoraw.com/"
readme = "README.en.md"
keywords = [
    "runtime",
    "capabilities",
    "routing",
    "distributed",
    "appcore",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/dnettoRaw/appcore-wiki"

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

[dependencies.appcore-contracts]
version = "1.0.0"

[dependencies.appcore-core]
version = "1.0.0"

[dependencies.appcore-distributed-contracts]
version = "1.0.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.appcore-control-plane]
version = "1.0.0"

[dev-dependencies.appcore-peer-rpc]
version = "1.0.0"