bark-server-rpc 0.2.2

gRPC code for bark-server API
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-server-rpc"
version = "0.2.2"
authors = ["Team Second <hello@second.tech>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC code for bark-server API"
readme = false
license = "MIT"
repository = "https://gitlab.com/ark-bitcoin/bark"
resolver = "2"

[features]
default = [
    "tonic-native",
    "tls-native-roots",
]
intman = []
server = []
socks5-proxy = [
    "hyper-util",
    "hyper-socks2",
]
tls-native-roots = ["tonic/tls-native-roots"]
tls-webpki-roots = ["tonic/tls-webpki-roots"]
tonic-native = ["tonic/transport"]
tonic-web = [
    "dep:tonic-web-wasm-client",
    "getrandom/js",
    "ark-lib/wasm-web",
]

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

[dependencies.ark-lib]
version = "0.2.2"

[dependencies.bitcoin]
version = "0.32.7"
features = [
    "serde",
    "rand",
    "rand-std",
]

[dependencies.getrandom]
version = "0.2"
optional = true

[dependencies.http]
version = "1.2.0"

[dependencies.hyper-socks2]
version = "0.9.1"
optional = true
default-features = false

[dependencies.hyper-util]
version = "0.1.20"
features = [
    "tokio",
    "client-legacy",
]
optional = true

[dependencies.log]
version = "0.4.27"
features = [
    "kv",
    "kv_serde",
]

[dependencies.prost]
version = "0.14.1"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tonic]
version = "0.14.2"
features = ["codegen"]
default-features = false

[dependencies.tonic-prost]
version = "0.14.2"

[dependencies.tonic-web-wasm-client]
version = "0.9.1"
optional = true

[build-dependencies.prost]
version = "0.14.1"

[build-dependencies.prost-types]
version = "0.14.1"

[build-dependencies.tonic-prost-build]
version = "0.14.2"