[dependencies.alloy-consensus]
features = ["serde"]
version = "1.0.30"
[dependencies.alloy-primitives]
features = ["serde"]
version = "1.0.30"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.zksync_os_evm_errors]
version = "=0.0.13"
[lib]
name = "zksync_os_interface"
path = "src/lib.rs"
[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "MultiVM interface for ZKsync OS"
edition = "2024"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_os_interface"
readme = false
repository = "https://github.com/matter-labs/zksync-os-interface"
version = "0.0.13"