# 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 = "dw3000" version = "0.2.0" authors = ["Clement Pene ", "Romain Saboret ", "BERTON Thomas ", "RAIMBAULT Thomas "] description = "A driver for DW3000 Ultra Wide Band module implementing low and high level" license = "0BSD" resolver = "2" [profile.bench] opt-level = 3 lto = "false" codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [profile.dev] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [profile.release] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [profile.test] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [dependencies.byte] version = "0.2.4" [dependencies.embedded-hal] version = "0.2.4" [dependencies.fixed] version = "1.7.0" [dependencies.ieee802154] version = "0.5.0" [dependencies.nb] version = "1.0.0" [dependencies.num_enum] version = "0.5.1" default-features = false [dependencies.serde] version = "1.0.125" features = ["derive"] default-features = false [dependencies.ssmarshal] version = "1.0.0" default-features = false [features] default = [] std = ["ssmarshal/std", "serde/std", "num_enum/std"]