ssh-stamp-hal 1.0.4

Hardware Abstraction Layer traits for ssh-stamp
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 = "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