# 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 = "xtor" version = "0.9.10" authors = ["lemonhx "] description = "Async Actor framework for Rust which is blazing fast and rock solid." homepage = "https://github.com/starcoinorg/xtor" documentation = "https://docs.rs/xtor/" readme = "README.md" keywords = [ "actor", "futures", "async", "xtor", "tokio", ] categories = [ "actor", "asynchronous", "network-programming", ] license = "MIT" resolver = "2" [[bench]] name = "async_bench" path = "benches/bench_main_async.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.dashmap] version = "5.2" [dependencies.futures] version = "0.3" [dependencies.tokio] version = "^1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.xtor_derive] version = "0.9.9" [dev-dependencies.actix] version = "0.13.0" [dev-dependencies.async-trait] version = "0.1.24" [dev-dependencies.criterion] version = "0.3.2" features = ["html_reports"] [dev-dependencies.once_cell] version = "1.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.xactor] version = "0.7.6" features = ["runtime-tokio"] default-features = false [features] sync = []