# 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" rust-version = "1.69.0" name = "near-vm-errors" version = "0.17.0" authors = ["Near Inc "] publish = true description = "Error that can occur inside Near Runtime encapsulated in a separate crate. Might merge it later." readme = "README.md" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/near/nearcore" resolver = "1" [dependencies.borsh] version = "0.10.2" features = ["rc"] [dependencies.near-account-id] version = "0.17.0" features = ["internal_unstable"] [dependencies.near-rpc-error-macro] version = "0.17.0" [dependencies.serde] version = "1.0.136" features = [ "alloc", "derive", "rc", ] [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [features] dump_errors_schema = ["near-rpc-error-macro/dump_errors_schema"]