# 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 = "near-vm-types" version = "0.27.0" authors = [ "Wasmer Engineering Team ", "Near Inc ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Near VM Common Types" readme = "README.md" keywords = [ "wasm", "webassembly", "types", ] categories = [ "wasm", "data-structures", ] license = "MIT OR Apache-2.0 WITH LLVM-exception" repository = "https://github.com/near/nearcore" [lib] name = "near_vm_types" path = "src/lib.rs" [[test]] name = "partial-sum-map" path = "tests/partial-sum-map/main.rs" [dependencies.indexmap] version = "1.6" [dependencies.num-traits] version = "0.2.15" [dependencies.rkyv] version = "0.7.31" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.bolero] version = "0.10.0" features = ["arbitrary"] [lints.clippy] clone_on_copy = "deny" derivable_impls = "deny" len_zero = "deny" or_fun_call = "deny" redundant_clone = "deny" single_char_pattern = "allow" unnecessary_lazy_evaluations = "deny" [lints.clippy.all] level = "allow" priority = -100 [lints.clippy.correctness] level = "deny" priority = -50 [lints.clippy.perf] level = "deny" priority = -50 [lints.clippy.suspicious] level = "deny" priority = -50 [lints.rust.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ["cfg(enable_const_type_id)"]