aral 0.1.0

Async Runtime Aggregation Layer.
Documentation
[dependencies.aral-runtime-async-std]
optional = true
version = "0.1.0"

[dependencies.aral-runtime-noop]
optional = true
version = "0.1.0"

[dependencies.aral-runtime-tokio]
optional = true
version = "0.1.0"

[dependencies.cfg-if]
version = "1.0.0"

[features]
default = ["runtime-noop"]
runtime-async-std = ["aral-runtime-async-std"]
runtime-noop = ["aral-runtime-noop"]
runtime-tokio = ["aral-runtime-tokio"]

[package]
authors = ["ARAL Development Team", "jmjoy <jmjoy@apache.org>"]
description = "Async Runtime Aggregation Layer."
edition = "2021"
license = "Apache-2.0 OR MIT OR MulanPSL-2.0"
name = "aral"
readme = "README.md"
repository = "https://github.com/aral-rs/aral.git"
rust-version = "1.75"
version = "0.1.0"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs"]