[package]
edition = "2021"
name = "revive-runtime-api"
version = "1.2.0"
authors = [
"Cyrill Leutwiler <cyrill@parity.io>",
"Parity Technologies <admin@parity.io>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implements the low level runtime API bindings with pallet contracts"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/paritytech/revive"
[lib]
name = "revive_runtime_api"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.inkwell]
version = "0.9.0"
features = [
"serde",
"llvm22-1",
"no-libffi-linking",
"target-riscv",
"target-riscv",
"no-libffi-linking",
"llvm22-1",
]
default-features = false
[dependencies.revive-common]
version = "1.0.0"
[build-dependencies.revive-build-utils]
version = "1.2.0"