amadeus-runtime 1.3.6

Consensus library for Amadeus blockchain including WASM execution, BIC contracts, and state management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "amadeus-runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Consensus library for Amadeus blockchain including WASM execution, BIC contracts, and state management"
keywords = ["blockchain", "consensus", "wasm", "amadeus", "smart-contracts"]
categories = ["cryptography::cryptocurrencies", "wasm"]

[lib]
doctest = false

[dependencies]
atoi = "2"
amadeus-utils = { path = "../amadeus-utils", version = "1.3.6" }
thiserror = "2.0.17"
bitvec = "1.0.1"