[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"