[package]
edition = "2024"
name = "ssh-stamp-hal"
version = "1.0.4"
authors = ["Roman Valls Guimera <brainstorm@nopcode.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware Abstraction Layer traits for ssh-stamp"
homepage = "https://github.com/brainstorm/ssh-stamp"
documentation = "https://docs.rs/ssh-stamp-hal"
readme = false
keywords = [
"ssh",
"embedded",
"esp32",
"uart",
"no-std",
]
categories = [
"embedded",
"no-std",
"network-programming",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/brainstorm/ssh-stamp"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
sftp-ota = []
[lib]
name = "ssh_stamp_hal"
path = "src/lib.rs"
[dependencies.embassy-net]
version = "0.8"
features = [
"tcp",
"udp",
"dhcpv4",
"medium-ethernet",
]
[dependencies.embassy-sync]
version = "0.8"
[dependencies.heapless]
version = "0.9"
[lints.clippy]
await_holding_lock = "warn"
mem_forget = "warn"
pedantic = "warn"
[lints.clippy.default_trait_access]
level = "allow"
priority = 1
[lints.clippy.large_futures]
level = "allow"
priority = 1