[package]
edition = "2021"
name = "herkos-runtime"
version = "0.2.0"
authors = ["Arnaud Riess"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime library for herkos transpiled output — IsolatedMemory, WasmTrap, capability traits"
homepage = "https://github.com/arnoox/herkos"
readme = "README.md"
keywords = [
"webassembly",
"wasm",
"runtime",
"no-std",
"isolation",
]
categories = [
"wasm",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/arnoox/herkos"
[features]
alloc = []
default = []
[lib]
name = "herkos_runtime"
path = "src/lib.rs"
[[test]]
name = "generated_modules"
path = "tests/generated_modules.rs"
[dev-dependencies.kani-verifier]
version = "0.57"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]