# 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 = "scsys-actors" version = "0.2.3" authors = [ "FL03 ", "Scattered-Systems ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "scsys is a collection of primitives and utilities for use throughout the ecosystem." homepage = "https://github.com/scattered-systems/scsys/wiki" readme = "README.md" keywords = [ "primitives", "scsys", "toolkit", "utilities", ] categories = [] license = "Apache-2.0" repository = "https://github.com/scattered-systems/scsys.git" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "scsys_actors" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" test = true doctest = true bench = false [[test]] name = "default" path = "tests/default.rs" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" default-features = false [dependencies.glob] version = "0.3" [dependencies.paste] version = "1" [dependencies.scsys-core] version = "0.2.3" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.smart-default] version = "0.7" [dependencies.strum] version = "0.26" features = ["derive"] default-features = false [dependencies.tokio] version = "1" optional = true [dev-dependencies] [features] alloc = [ "scsys-core/alloc", "serde?/alloc", ] default = ["std"] full = [ "default", "serde", "tokio", ] serde = [ "dep:serde", "scsys-core/serde", ] std = [ "futures/std", "scsys-core/std", "serde?/std", "strum/std", ] tokio = [ "dep:tokio", "tokio-ext", ] tokio-ext = ["tokio/sync"] wasi = ["scsys-core/wasi"] wasm = ["scsys-core/wasm"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]