blokli-client 0.33.1

Client connector to Blokli
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 = "blokli-client"
version = "0.33.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client connector to Blokli"
homepage = "https://hoprnet.org/"
documentation = "https://docs.rs/blokli-client"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/hoprnet/blokli-client"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["cynic-codegen"]

[package.metadata.docs.rs]
all-features = true

[features]
curvy = []
serde = [
    "dep:serde",
    "indexmap/serde",
]
testing = [
    "dep:async-broadcast",
    "dep:chrono",
    "dep:indexmap",
    "dep:parking_lot",
    "dep:rand",
    "serde",
]

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

[[test]]
name = "query_tests"
path = "tests/query_tests.rs"

[[test]]
name = "subscription_tests"
path = "tests/subscription_tests.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.async-broadcast]
version = "0.7.2"
optional = true

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

[dependencies.bytes]
version = "1.12.1"

[dependencies.chrono]
version = "0.4.45"
optional = true

[dependencies.cynic]
version = "3.13.2"
features = ["http-reqwest"]

[dependencies.eventsource-client]
version = "0.17.5"
default-features = false

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-time]
version = "3.1.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.hopr-types]
version = "4.0.0"
features = [
    "crypto",
    "primitive",
]

[dependencies.http]
version = "1.4.2"

[dependencies.indexmap]
version = "2.14.0"
optional = true

[dependencies.launchdarkly-sdk-transport]
version = "0.1.4"

[dependencies.parking_lot]
version = "0.12.5"
optional = true

[dependencies.rand]
version = "0.10.2"
optional = true

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "brotli",
    "deflate",
    "gzip",
    "json",
    "stream",
    "zstd",
]

[dependencies.serde]
version = "1.0.229"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.150"

[dependencies.smart-default]
version = "0.7.1"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.tracing]
version = "0.1.44"
features = ["release_max_level_debug"]

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dev-dependencies.anyhow]
version = "1.0.103"

[dev-dependencies.insta]
version = "1.48.0"
features = [
    "yaml",
    "json",
    "yaml",
]

[dev-dependencies.mockito]
version = "1.7.2"

[dev-dependencies.parking_lot]
version = "0.12.5"

[dev-dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.150"
features = ["preserve_order"]

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "tracing",
]

[build-dependencies.cynic-codegen]
version = "3.13.2"