holger-agent-lib 0.6.0

Holger agent library: airgap, export, push operations using connectors
# 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 = "2021"
name = "holger-agent-lib"
version = "0.6.0"
authors = ["Rickard Lundin <rickard@x14.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Holger agent library: airgap, export, push operations using connectors"
readme = false
license = "MIT"
repository = "https://github.com/Ignalina/holger"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.holger-nexus-connector]
version = "0.5.0"

[dependencies.holger-traits]
version = "0.5.0"

[dependencies.holger-world-connector]
version = "0.5.0"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.13.3"
features = [
    "rustls",
    "json",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

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

[dependencies.toml]
version = "1.1.2+spec-1.1.0"

[dependencies.znippy-common]
version = "0.7.0"
features = [
    "host-decompressors",
    "ext-cargo",
]

[dependencies.znippy-compress]
version = "0.7.0"