# 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 = "radio-at86rf23x" version = "0.2.0" authors = ["Ryan Kurte "] description = "Driver for the Microchip at86rf23x series of 2.4GHz RF ICs" license = "MPL-2.0" repository = "https://github.com/rust-iot/rust-radio-at86rf23x" [[bin]] name = "at86rf23x-util" path = "src/util/main.rs" required-features = ["util"] [dependencies.anyhow] version = "1.0.44" optional = true [dependencies.bitflags] version = "1.3.2" [dependencies.defmt] version = "0.3.0" optional = true [dependencies.driver-pal] version = "0.8.0-alpha.6" default_features = false [dependencies.embedded-hal] version = "1.0.0-alpha.7" [dependencies.humantime] version = "2.1.0" optional = true [dependencies.log] version = "0.4.14" [dependencies.modular-bitfield] version = "0.11.2" [dependencies.num_enum] version = "0.5.4" default-features = false [dependencies.radio] version = "0.11.0" [dependencies.serde] version = "1.0.130" optional = true [dependencies.structopt] version = "0.3.25" optional = true [dependencies.strum_macros] version = "0.22.0" [dependencies.thiserror] version = "1.0.30" optional = true [dependencies.tracing] version = "0.1.25" optional = true [dependencies.tracing-subscriber] version = "0.2.16" optional = true [features] default = [ "util", "driver-pal/hal-cp2130", "driver-pal/hal-linux", ] util = [ "structopt", "tracing", "tracing-subscriber", "humantime", "driver-pal/hal", "thiserror", "anyhow", "radio/helpers", ]