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