# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xactor" version = "0.7.11" authors = ["sunli "] publish = true description = "Xactor is a rust actors framework based on async-std" homepage = "https://github.com/sunli829/xactor" documentation = "https://docs.rs/xactor/" readme = "README.md" keywords = ["actor", "futures", "async", "xactor", "async-std"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/sunli829/xactor" [dependencies.anyhow] version = "1.0.37" [dependencies.async-std] version = "1.8.0" features = ["attributes"] optional = true [dependencies.async-trait] version = "0.1.42" [dependencies.fnv] version = "1.0.7" [dependencies.futures] version = "0.3.8" [dependencies.once_cell] version = "1.5.2" [dependencies.slab] version = "0.4.2" [dependencies.tokio] version = "1.0.1" features = ["rt-multi-thread", "macros", "time"] optional = true [dependencies.xactor-derive] version = "0.7" [features] default = ["runtime-async-std"] runtime-async-std = ["async-std"] runtime-tokio = ["tokio"]