# 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_protobuf_build" version = "0.1.0-rc.2" authors = ["The Matter Labs Team "] description = "ZKsync consensus protobuf codegen" homepage = "https://matter-labs.io/" keywords = [ "blockchain", "zksync", ] license = "MIT OR Apache-2.0" repository = "https://github.com/matter-labs/era-consensus" [dependencies.anyhow] version = "1" [dependencies.heck] version = "0.5.0" [dependencies.prettyplease] version = "0.2.6" [dependencies.proc-macro2] version = "1.0.66" [dependencies.prost-build] version = "0.12.0" [dependencies.prost-reflect] version = "0.12.0" features = ["serde"] [dependencies.protox] version = "0.5.0" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.17" [lints.clippy] bool_to_int_with_if = "warn" borrow_deref_ref = "allow" box_default = "allow" create_dir = "warn" default_trait_access = "warn" empty_structs_with_brackets = "warn" float_arithmetic = "warn" if_not_else = "warn" manual_assert = "warn" manual_instant_elapsed = "warn" manual_let_else = "warn" manual_ok_or = "warn" manual_string_new = "warn" map_identity = "allow" match_bool = "warn" missing_docs_in_private_items = "warn" needless_pass_by_ref_mut = "allow" non_ascii_literal = "warn" partial_pub_fields = "warn" print_stdout = "warn" redundant_locals = "allow" separated_literal_suffix = "warn" string_to_string = "warn" suspicious_xor_used_as_pow = "warn" try_err = "warn" wildcard_dependencies = "warn" wildcard_imports = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_code = "deny" unused_qualifications = "warn"