# 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 = "dash7" version = "0.7.3" authors = ["Dirk Van Haerenborgh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of a DASH7 ALP protocol codec." readme = "README.md" keywords = [ "dash7", "alp", "parser", "protocol", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/vhdirk/dash7-rs" [lib] name = "dash7" path = "src/lib.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.deku] version = "0.16.0" default-features = false [dependencies.mutually_exclusive_features] version = "0.1.0" [dev-dependencies.hex-literal] version = "0.4.1" [features] _spec = [] _subiot = [] _wizzilab = [] alloc = ["deku/alloc"] default = [ "std", "spec", ] spec = ["spec_v1_2"] spec_v1_2 = ["_spec"] std = ["deku/std"] subiot = ["subiot_v0_1"] subiot_v0_0 = ["_subiot"] subiot_v0_1 = ["_subiot"] wizzilab = ["wizzilab_v5_3"] wizzilab_v5_3 = ["_wizzilab"]