photonio 0.0.4

A runtime for asynchronous applications.
Documentation
[dependencies.photonio-macros]
version = "0.0.4"
[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.log]
version = "0.4.17"

[features]
default = ["uring"]
tokio = ["dep:photonio-tokio"]
uring = ["dep:photonio-uring"]

[package]
authors = ["The PhotonIO Authors"]
description = "A runtime for asynchronous applications."
edition = "2021"
homepage = "https://photondb.io"
license = "MIT"
name = "photonio"
repository = "https://github.com/photondb/photonio"
resolver = "1"
version = "0.0.4"
[target."cfg(not(target_os = \"linux\"))".dependencies.photonio-tokio]
version = "0.0.4"
[target."cfg(target_os = \"linux\")".dependencies.photonio-tokio]
optional = true
version = "0.0.4"

[target."cfg(target_os = \"linux\")".dependencies.photonio-uring]
optional = true
version = "0.0.4"