[dependencies.absinthe-macros]
version = "0.3.0"
[dependencies.async-channel]
version = "1.9.0"
[dependencies.async-std]
optional = true
version = "1.12.0"
[dependencies.async-trait]
version = "0.1.72"
[dependencies.futures]
optional = true
version = "0.3.28"
[dependencies.tokio]
features = ["sync", "rt"]
optional = true
version = "1.29.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.29.1"
[features]
async-std-runtime = ["async-std", "futures"]
default = ["tokio-runtime"]
tokio-runtime = ["tokio"]
[package]
authors = ["Dimitri Gence <dmgnx@proton.me>"]
description = "Are you an Actor & Async junkie? Then your app needs some Absinthe!"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "absinthe"
readme = "README.md"
repository = "https://github.com/dmgnx/Absinthe"
resolver = "1"
version = "0.3.0"