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"
name = "jav"
version = "0.2.1"
authors = ["davidontop <me@davidon.top>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "jav"
documentation = "https://docs.rs/jav"
readme = "README.md"
license = "MIT"
repository = "https://g.davidon.top/DavidOnTop/jav"

[lib]
name = "jav"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arc-swap]
version = "1.9.1"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.funcext]
version = "0.1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.scopeguard]
version = "1"

[dependencies.tokio]
version = "1.0"
features = ["full"]