# 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 = "cc1101" version = "0.1.3" authors = [ "Daniel Svensson ", "Ferdia McKeogh ", ] description = "A platform agnostic driver to interface with the CC1101 (Sub-1GHz RF Transceiver)" documentation = "https://docs.rs/cc1101" readme = "README.md" keywords = [ "embedded-hal-driver", "radio", "transceiver", "embedded-hal", "cc1101", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "Apache-2.0" repository = "https://github.com/dsvensson/cc1101" [dependencies.embedded-hal] version = "1.0.0" [features] std = []