shvclient 0.22.1

A Rust framework for Silicon Heaven RPC devices
# 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 = "shvclient"
version = "0.22.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust framework for Silicon Heaven RPC devices"
readme = "README.md"
license = "MIT"
repository = "https://github.com/silicon-heaven/libshvclient-rs"

[features]
default = []
mocking = []
smol = ["dep:smol"]
tokio = [
    "dep:tokio",
    "dep:tokio-util",
]

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

[[example]]
name = "simple_device_smol"
path = "examples/simple_device_smol.rs"
required-features = ["smol"]

[[example]]
name = "simple_device_tokio"
path = "examples/simple_device_tokio.rs"
required-features = ["tokio"]

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

[dependencies.async-broadcast]
version = "0.7.1"

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

[dependencies.duration-str]
version = "0.19"

[dependencies.futures]
version = "0.3.29"

[dependencies.futures-rustls]
version = "0.26.0"

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

[dependencies.log]
version = "0.4.20"

[dependencies.macro_magic]
version = "0.6.0"

[dependencies.rustls-pemfile]
version = "2.2.0"

[dependencies.rustls-platform-verifier]
version = "0.6.1"

[dependencies.shvproto]
version = "3.6.27"

[dependencies.shvrpc]
version = "9.0.1"

[dependencies.smol]
version = "2.0.2"
optional = true

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "time",
]
optional = true

[dependencies.tokio-util]
version = "0.7.10"
features = ["compat"]
optional = true

[dependencies.url]
version = "2.4.1"

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

[dev-dependencies.clap]
version = "4.4"
features = ["derive"]

[dev-dependencies.rcgen]
version = "0.14.5"

[dev-dependencies.shvbroker]
version = "3.20.13"

[dev-dependencies.simple_logger]
version = "5.0.0"
features = ["stderr"]

[dev-dependencies.smol]
version = "2.0.2"

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