# 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" name = "near-async" version = "0.27.0" authors = ["Near Inc "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "This crate contains the async helpers specific for nearcore" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/near/nearcore" [lib] name = "near_async" path = "src/lib.rs" [dependencies.actix] version = "0.13.0" [dependencies.derive_more] version = "0.99.9" [dependencies.futures] version = "0.3.5" [dependencies.near-async-derive] version = "0.27.0" [dependencies.near-o11y] version = "0.27.0" [dependencies.near-performance-metrics] version = "0.27.0" [dependencies.near-time] version = "0.27.0" features = ["clock"] [dependencies.once_cell] version = "1.13.1" [dependencies.serde] version = "1.0.136" features = [ "alloc", "derive", "rc", ] [dependencies.serde_json] version = "1.0.68" [dependencies.time] version = "0.3.9" default-features = false [dependencies.tokio] version = "1.28" features = [ "rt", "macros", ] default-features = false [dependencies.tracing] version = "0.1.40" features = ["std"] [dev-dependencies.derive-enum-from-into] version = "0.1.1" [dev-dependencies.tokio-util] version = "0.7.1" features = [ "codec", "io", ] [features] nightly = [ "near-o11y/nightly", "nightly_protocol", ] nightly_protocol = ["near-o11y/nightly_protocol"] [lints.clippy] clone_on_copy = "deny" derivable_impls = "deny" len_zero = "deny" or_fun_call = "deny" redundant_clone = "deny" single_char_pattern = "allow" unnecessary_lazy_evaluations = "deny" [lints.clippy.all] level = "allow" priority = -100 [lints.clippy.correctness] level = "deny" priority = -50 [lints.clippy.perf] level = "deny" priority = -50 [lints.clippy.suspicious] level = "deny" priority = -50 [lints.rust.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ["cfg(enable_const_type_id)"]