# 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-cli" version = "0.7.1" authors = ["Dirk Van Haerenborgh "] description = "Cli tools for working with dash7" keywords = [ "dash7", "alp", "parser", "protocol", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/vhdirk/dash7-rs" [[bin]] name = "dash7" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = [ "derive", "string", "cargo", ] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.crc16] version = "0.4.0" [dependencies.dash7] version = "0.7.1" features = ["std"] default-features = false [dependencies.deku] version = "0.16.0" [dependencies.env_logger] version = "0.11.3" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.21" [dependencies.quit] version = "2.0.0" [dependencies.serialport] version = "5.4.4" package = "tokio-serial" [dependencies.tokio] version = "1.37.0" features = ["full"] [features] default = ["spec"] spec = ["spec_v1_2"] spec_v1_2 = ["dash7/spec_v1_2"] subiot = ["subiot_v0_1"] subiot_v0_0 = ["dash7/subiot_v0_0"] subiot_v0_1 = ["dash7/subiot_v0_1"] wizzilab = ["wizzilab_v5_3"] wizzilab_v5_3 = ["dash7/wizzilab_v5_3"]