zksync_vm2_interface 0.5.0

Stable interface for ZKsync VM tracers
Documentation
[dependencies.primitive-types]
version = "0.12.1"

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

[lints.clippy]
inline_always = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
struct_field_names = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"

[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Stable interface for ZKsync VM tracers"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_vm2_interface"
readme = "README.md"
repository = "https://github.com/matter-labs/vm2"
version = "0.5.0"