# 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 = "meio" version = "0.97.0" authors = ["Denis Kolodin "] description = "A compact actors framework for the async epoch in Rust & Tokio" homepage = "https://github.com/rillrate/meio" documentation = "https://docs.rs/meio/" readme = "README.md" keywords = ["async", "actors"] categories = ["concurrency"] license = "Apache-2.0" repository = "https://github.com/rillrate/meio" [dependencies.anyhow] version = "1.0.45" [dependencies.async-trait] version = "0.1.51" [dependencies.derive_more] version = "0.99.16" [dependencies.futures] version = "0.3.17" [dependencies.futures-timer] version = "3.0.2" optional = true [dependencies.log] version = "0.4.14" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.13.0" features = ["full"] optional = true [dependencies.tokio-util] version = "0.6.9" features = ["full"] optional = true [dependencies.uuid] version = "0.8.2" features = ["v4"] [dependencies.wasm-bindgen-futures] version = "0.4.28" optional = true [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.hyper] version = "0.14.14" [features] default = ["tokio", "tokio-util"] wasm = ["wasm-bindgen-futures", "futures-timer/wasm-bindgen", "uuid/wasm-bindgen"]