ayun-runtime 0.23.0

The RUST Framework for Web Rustceans.
Documentation
[dependencies.ayun-config]
version = "0.23.0"

[dependencies.ayun-core]
version = "0.23.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.214"

[dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1.41.0"

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

[lints.clippy]
future_not_send = "warn"
unwrap_used = "warn"

[lints.rust]
unreachable_pub = "deny"
unsafe_code = "forbid"

[package]
authors = ["jiannei <longjian.huang@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The RUST Framework for Web Rustceans."
edition = "2021"
homepage = "https://github.com/ayun-rs/ayun"
include = ["Cargo.toml", "src/**/*.rs"]
license = "MIT"
name = "ayun-runtime"
readme = false
repository = "https://github.com/ayun-rs/ayun"
rust-version = "1.70.0"
version = "0.23.0"