# 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 = "2018" name = "radio" version = "0.12.1" authors = ["Ryan Kurte "] description = "Generic traits for embedded packet radio devices" readme = "README.md" license = "MIT" repository = "https://github.com/rust-iot/radio-hal" [package.metadata.docs.rs] features = [ "std", "nonblocking", "mock", "helpers", ] [dependencies.async-std] version = "1.4.0" optional = true [dependencies.byteorder] version = "1.3.4" optional = true [dependencies.chrono] version = "0.4.19" default_features = false [dependencies.clap] version = "4.4.7" features = ["derive"] optional = true [dependencies.defmt] version = "0.3.0" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-mock] version = "0.10.0" optional = true [dependencies.humantime] version = "2.0.1" optional = true [dependencies.libc] version = "0.2.71" optional = true [dependencies.log] version = "0.4.14" default_features = false [dependencies.nb] version = "1.0.0" [dependencies.pcap-file] version = "1.1.1" optional = true [dependencies.rolling-stats] version = "0.7.0" optional = true [dependencies.thiserror] version = "1.0.30" optional = true [dev-dependencies.anyhow] version = "1.0.44" [features] default = [] helpers = [ "clap", "humantime", "std", "pcap-file", "libc", "byteorder", "rolling-stats", ] mock = ["embedded-hal-mock"] nonblocking = [] std = []