# 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 = "ac4490" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust driver for the Ezurio / Laird / Aerocomm AC4490 transceiver" readme = "README.md" license = "MIT" [lib] name = "ac4490" path = "src/lib/mod.rs" [dependencies.defmt] version = "0.3" [dependencies.num_enum] version = "0.7.2" default-features = false [dependencies.thiserror-no-std] version = "2.0.2" [features] std = [] [lints.clippy] enum_glob_use = "deny" unwrap_used = "deny" [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] unsafe_code = "forbid"