modrpc-executor 0.0.1

modrpc integration for different async executors
Documentation
# 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 = "2024"
name = "modrpc-executor"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "modrpc integration for different async executors"
readme = false
license = "Apache-2.0"
repository = "https://github.com/modrpc-org/modrpc"

[features]
async-timer = ["dep:async-timer"]
default = []
dioxus = [
    "async-timer",
    "dep:dioxus",
    "ispawn/dioxus",
]
futures-executor = [
    "std",
    "async-timer",
    "ispawn/futures-executor",
    "dep:futures-executor",
]
std = []
tokio = [
    "std",
    "ispawn/tokio",
    "dep:tokio",
]
wasm-bindgen = [
    "std",
    "async-timer",
    "ispawn/wasm-bindgen",
    "dep:wasm-bindgen-futures",
]

[lib]
name = "modrpc_executor"
path = "src/lib.rs"

[dependencies.async-timer]
version = "1.0.0-beta.14"
optional = true

[dependencies.dioxus]
version = "0.6"
optional = true
default-features = false

[dependencies.futures-executor]
version = "0.3"
optional = true

[dependencies.ispawn]
version = "0.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
]
optional = true
default-features = false

[dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true