endringer-async 0.33.3

Async facade for endringer (tokio::task::spawn_blocking).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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",
]