near-primitives-core 0.10.0

This crate provides the core set of primitives used by other nearcore crates including near-primitives
Documentation
[package]
name = "near-primitives-core"
version = "0.10.0"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nearprotocol/nearcore"
homepage = "https://github.com/nearprotocol/nearcore"
description = """
This crate provides the core set of primitives used by other nearcore crates including near-primitives
"""

[dependencies]
base64 = "0.11"
borsh = "0.9"
bs58 = "0.4"
hex = "0.4"
derive_more = "0.99.3"
num-rational = { version = "0.3.1", features = ["serde"]}
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.9"
lazy_static = "1.4"

near-account-id = { path = "../account-id", version = "0.10.0" }

[features]
default = []
protocol_feature_alt_bn128 = []
protocol_feature_routing_exchange_algorithm = []