# 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 = "a7105" version = "0.1.0" authors = ["Broderick Carlin"] description = "Rust embedded-hal driver for the A7105 2.4GHz FSK/GFSK Transceiver" readme = "README.md" keywords = [ "a7105", "24ghz", "gfsk", "afhds", "embedded-hal", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BroderickCarlin/a7105" [dependencies.defmt] version = "0.3" [dependencies.embedded-hal] version = "1.0.0-rc.1" optional = true [dependencies.embedded-hal-async] version = "1.0.0-rc.1" optional = true [dependencies.maybe-async] version = "0.2" [features] async = ["embedded-hal-async"] blocking = [ "embedded-hal", "maybe-async/is_sync", ] default = ["async"]