# 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 = "nexus-actor-utils-rs" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility library for Nexus Actor" readme = "README.md" keywords = [ "nexus", "actor", "utils", ] categories = [ "concurrency", "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/j5ik2o/nexus-actor-rs" [lib] name = "nexus_actor_utils_rs" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.dashmap] version = "6.0.0-rc.1" [dependencies.futures] version = "0.3.31" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-condvar] version = "0.3.0" [dependencies.tracing] version = "0.1"