near-rpc-error-core 0.13.0

This crate generates schema for Rust structs which can be used by TypeScript.
Documentation
[package]
name = "near-rpc-error-core"
version = "0.13.0"
authors = ["Near Inc <hello@nearprotocol.com>"]
publish = true
# Please update rust-toolchain.toml as well when changing version here:
rust-version = "1.60.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/near/nearcore"
description = """
This crate generates schema for Rust structs which can be used by TypeScript.
"""

[dependencies]
serde = { version = "1.0", features = ["derive"] }
syn = { version = "1.0", features = ["full", "extra-traits"]}
quote = "1.0"

[dev-dependencies]
serde_json = {version = "1.0", features = ["preserve_order"]}

[features]
test = []
dump_errors_schema = []