updatehub-sdk 2.1.6

UpdateHub SDK used to interact with a running instance of the UpdateHub Agent
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 = "2021"
name = "updatehub-sdk"
version = "2.1.6"
authors = ["asakiz <asakizin@gmail.com>"]
description = "UpdateHub SDK used to interact with a running instance of the UpdateHub Agent"
homepage = "https://github.com/UpdateHub/updatehub"
documentation = "https://docs.rs/updatehub-sdk"
license = "Apache-2.0"
repository = "https://github.com/UpdateHub/updatehub"
resolver = "1"

[[example]]
name = "listener"
path = "examples/listener.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.derive_more]
version = "0.99"
features = [
    "display",
    "error",
    "from",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.ms-converter]
version = "1"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "native-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
]
default-features = false

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

[dev-dependencies.testcontainers]
version = "0.15"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]
default-features = false