rda5807m 0.1.0

rda5807m driver for Rust
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 = "2021"
name = "rda5807m"
version = "0.1.0"
authors = ["zzyandzzy <zzy.main@gmail.com>"]
build = false
include = [
    "/**/*.rs",
    "/Cargo.toml",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rda5807m driver for Rust"
homepage = "https://github.com/zzyandzzy/rda5807m"
documentation = "https://docs.rs/rda5807m"
readme = "README.md"
keywords = [
    "rda5807m",
    "driver",
    "rust",
    "embedded",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/zzyandzzy/rda5807m"

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

[[example]]
name = "linux"
path = "examples/linux.rs"

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

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

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

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

[dev-dependencies.embedded-hal-mock]
version = "0.10"
features = ["eh0"]
default-features = false

[dev-dependencies.linux-embedded-hal]
version = "0.4"