# 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.64.0" name = "near-network-primitives" version = "0.15.0" authors = ["Near Inc "] publish = true description = "This crate hosts NEAR network-related primitive types" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/near/nearcore" resolver = "1" [dependencies.actix] version = "0.13.0" [dependencies.anyhow] version = "1.0.51" [dependencies.borsh] version = "0.9" [dependencies.chrono] version = "0.4.4" features = ["serde"] [dependencies.deepsize] version = "0.2.0" optional = true [dependencies.near-crypto] version = "0.15.0" [dependencies.near-primitives] version = "0.15.0" [dependencies.once_cell] version = "1.12.0" [dependencies.opentelemetry] version = "0.17" features = ["trace"] [dependencies.serde] version = "1" features = [ "alloc", "derive", "rc", ] [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.9" [dependencies.tokio] version = "1.1" features = [ "net", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.13" [features] deepsize_feature = [ "deepsize", "near-primitives/deepsize_feature", ] test_features = []