# 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 = "2018" name = "near-primitives-core-v01" version = "0.1.0" authors = ["Near Inc "] description = "This crate provides the core set of primitives used by other nearcore crates including near-primitives\n" homepage = "https://github.com/nearprotocol/nearcore" license = "MIT OR Apache-2.0" repository = "https://github.com/nearprotocol/nearcore" resolver = "2" [dependencies.base64] version = "0.11" [dependencies.borsh] version = "0.9" [dependencies.bs58] version = "0.4" [dependencies.derive_more] version = "0.99.3" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.near-account-id] version = "0.1.0" [dependencies.num-rational] version = "0.3.1" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.9" [features] default = [] protocol_feature_alt_bn128 = [] protocol_feature_routing_exchange_algorithm = []