# 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 = "act-zero" version = "0.4.0" authors = ["Diggory Blake "] description = "Ergonomic actor system" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Diggsey/act-zero" [[example]] name = "using_tokio" required-features = ["tokio"] [[example]] name = "using_async_std" required-features = ["async-std"] [[example]] name = "using_global_runtime" [[example]] name = "using_provided_runtime" [[example]] name = "using_timers" required-features = ["tokio"] [dependencies.async-std] version = "1.8.0" optional = true [dependencies.async-trait] version = "0.1.41" [dependencies.futures] version = "0.3.6" [dependencies.log] version = "0.4.11" [dependencies.tokio] version = "1.0.1" features = ["time", "net"] optional = true [dependencies.tynm] version = "0.1.4" optional = true [dev-dependencies.async-std] version = "1.8.0" features = ["attributes"] [dev-dependencies.tokio] version = "1.0.1" features = ["rt", "macros", "time"] [features] default-async-std = ["async-std"] default-disabled = [] default-tokio = ["tokio"] nightly = [] tracing = ["tynm"]