[package]
edition = "2021"
name = "runmat-execution"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable identities, handles, resource models, value payloads, and protocol contracts for RunMat execution"
homepage = "https://runmat.com"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/runmat-org/runmat"
[lib]
name = "runmat_execution"
path = "src/lib.rs"
[[test]]
name = "contract_fixture"
path = "tests/contract_fixture.rs"
[[test]]
name = "executable_manifest"
path = "tests/executable_manifest.rs"
[[test]]
name = "identity_vectors"
path = "tests/identity_vectors.rs"
[[test]]
name = "protocol_roundtrip"
path = "tests/protocol_roundtrip.rs"
[[test]]
name = "value_payload_limits"
path = "tests/value_payload_limits.rs"
[dependencies.ed25519-dalek]
version = "2"
[dependencies.minicbor]
version = "2.3"
features = [
"alloc",
"derive",
"std",
]
[dependencies.runmat-types]
version = "=0.6.2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.wasm-bindgen-test]
version = "0.3"