# 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 = "ieee802154" version = "0.6.1" authors = [ "Erik Henriksson ", "Hanno Braun ", "Ryan Kurte ", ] description = "Partial implementation of the IEEE 802.15.4 standard for low-rate wireless personal area networks" documentation = "https://docs.rs/ieee802154" readme = "README.md" keywords = ["WPAN"] categories = [ "embedded", "network-programming", "no-std", ] license = "0BSD" repository = "https://github.com/rust-iot/rust-ieee802.15.4" [dependencies.byte] version = "0.2.4" [dependencies.ccm] version = "0.4.0" default-features = false [dependencies.cipher] version = "0.3.0" default-features = false [dependencies.defmt] version = ">=0.2.0,<0.4" optional = true [dependencies.hash32] version = "0.2.1" [dependencies.hash32-derive] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.aes] version = "0.7.0" default-features = false [dev-dependencies.rand] version = "0.8.3" [features]