max485-async 0.3.0

Async driver for the MAX 485 RS-485 transceiver, using embedded-hal-async.
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 = "max485-async"
version = "0.3.0"
authors = ["Åke Amcoff <ake@amcoff.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async driver for the MAX 485 RS-485 transceiver, using embedded-hal-async."
documentation = "https://docs.rs/crate/max485-async/"
readme = "README.md"
keywords = [
    "no-std",
    "driver",
    "embedded-hal",
    "rs485",
    "serial",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/akeamc/max485-async"

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

[dependencies.embedded-hal]
version = "1.0"

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