bark-runtime 0.6.2

Async runtime abstractions shared by the native and WASM builds of bark
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 = "bark-runtime"
version = "0.6.2"
authors = ["Team Second <hello@second.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async runtime abstractions shared by the native and WASM builds of bark"
readme = false
license = "MIT"
repository = "https://gitlab.com/ark-bitcoin/bark"
resolver = "2"

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

[dependencies.tokio]
version = "1.35"
features = [
    "sync",
    "time",
    "rt",
    "macros",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.14"
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.futures]
version = "0.3.30"

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers]
version = "0.3"
features = ["futures"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "1.1.0"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"