# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zksync_vm2_interface" version = "0.2.1" authors = ["The Matter Labs Team "] build = 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"