# 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 = "dw1000" version = "0.6.0" authors = ["Hanno Braun "] description = "Driver for the Decawave DW1000 UWB wireless transceiver chip, providing radio communication based on IEEE 802.15.4 and distance measurement" documentation = "https://docs.rs/dw1000" readme = "README.md" keywords = ["decawave", "dw1000", "radio", "embedded-hal", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] license = "0BSD" repository = "https://github.com/braun-embedded/rust-dw1000" [dependencies.byte] version = "0.2.6" [dependencies.embedded-hal] version = "0.2.6" [dependencies.fixed] version = "1.11.0" [dependencies.ieee802154] version = "0.6.0" [dependencies.micromath] version = "2.0.0" [dependencies.nb] version = "1.0.0" [dependencies.num_enum] version = "0.5.4" default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] default-features = false [dependencies.ssmarshal] version = "1.0.0" default-features = false [features] default = [] std = ["ssmarshal/std", "serde/std", "num_enum/std"] [badges.travis-ci] repository = "braun-embedded/rust-dw1000"