sunset-async 0.6.0

Async for Sunset SSH
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 = "sunset-async"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async for Sunset SSH"
readme = "README.md"
categories = [
    "network-programming",
    "embedded",
    "no-std",
]
license = "0BSD"
repository = "https://github.com/mkj/sunset"

[features]
alloc = ["sunset/alloc"]
futures-io = [
    "dep:futures-io",
    "embedded-io-adapters/futures-03",
]
multi-thread = []
std = [
    "sunset/std",
    "alloc",
]
tokio = [
    "dep:tokio",
    "embedded-io-adapters/tokio-1",
]

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

[dependencies.embassy-futures]
version = "0.1"

[dependencies.embassy-sync]
version = "0.8"

[dependencies.embedded-io-adapters]
version = "0.7"
optional = true

[dependencies.embedded-io-async]
version = "0.7"

[dependencies.futures-io]
version = "0.3"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.portable-atomic]
version = "1"

[dependencies.sunset]
version = "0.6"
features = ["embedded-io"]

[dependencies.tokio]
version = "1.25"
optional = true