[package]
edition = "2024"
rust-version = "1.85.0"
name = "endringer-async"
version = "0.33.3"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async facade for endringer (tokio::task::spawn_blocking)."
readme = "README.md"
keywords = [
"git",
"jj",
"vcs",
"repository",
"async",
]
categories = [
"development-tools",
"filesystem",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/endringer"
resolver = "2"
[lib]
name = "endringer_async"
path = "src/lib.rs"
[[test]]
name = "async_tests"
path = "tests/async_tests.rs"
[dependencies.anyhow]
version = "1"
[dependencies.endringer]
version = "0.33.3"
[dependencies.tokio]
version = "1"
features = [
"rt",
"rt-multi-thread",
]
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"rt",
"rt-multi-thread",
"macros",
]