bark-common 0.6.2

Utilities shared between the bark wallet and server crates
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-common"
version = "0.6.2"
authors = ["Team Second <hello@second.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities shared between the bark wallet and server crates"
readme = false
license = "MIT"
repository = "https://gitlab.com/ark-bitcoin/bark"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"
features = ["backtrace"]

[dependencies.serde]
version = "1.0.219"

[dependencies.tracing]
version = "0.1.43"
features = [
    "std",
    "attributes",
    "log",
]

[dev-dependencies.tempfile]
version = "3"