[package]
edition = "2024"
name = "zksync_os_evm_errors"
version = "0.1.0"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EVM errors in ZKsync OS"
homepage = "https://zksync.io/"
readme = false
keywords = [
"blockchain",
"zksync",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-os-interface"
[features]
default = ["std"]
std = []
[lib]
name = "zksync_os_evm_errors"
path = "src/lib.rs"
[dependencies]