[dependencies.anyhow]
version = "1.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.33"
[lib]
proc-macro = true
[package]
authors = ["refcell"]
categories = ["asynchronous", "development-tools::procedural-macro-helpers"]
description = "Asynchronous runtime abstractions for implicit function decoloring."
edition = "2021"
exclude = ["benches/", "tests/"]
homepage = "https://github.com/refcell/decolor"
keywords = ["decolor", "async", "color", "macro", "library"]
license = "MIT"
name = "decolor"
readme = "README.md"
repository = "https://github.com/refcell/decolor"
rust-version = "1.72"
version = "0.1.2"