blockchain-runtime 0.1.0

Blockchain-agnostic runtime abstraction for dynamic analysis, testing, and simulation
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tracing]
optional = true
version = "0.1"

[dev-dependencies]

[[example]]
name = "simple_runtime"
path = "examples/simple_runtime.rs"

[features]
default = []
tracing = ["dep:tracing"]

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

[package]
authors = ["Red Asgard <hello@redasgard.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "simulation"]
description = "Blockchain-agnostic runtime abstraction for dynamic analysis, testing, and simulation"
edition = "2021"
keywords = ["blockchain", "runtime", "simulation", "testing", "ethereum"]
license = "MIT"
name = "blockchain-runtime"
readme = "README.md"
repository = "https://github.com/redasgard/blockchain-runtime"
version = "0.1.0"