# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lorawan-encoding" version = "0.6.2" authors = ["Ivaylo Petrov "] description = "Crate lorawan provides structures and tools for reading and writing LoRaWAN messages from and to a slice of bytes." readme = "README.md" keywords = ["lorawan", "iot", "lpwan", "parser", "lightweight"] license = "MIT" repository = "https://github.com/ivajloip/rust-lorawan" [[bench]] name = "lorawan" harness = false [dependencies.aes] version = "0.4.0" optional = true [dependencies.cmac] version = "0.3.0" optional = true [dependencies.generic-array] version = "0.14.4" [dev-dependencies.criterion] version = "0.3" [features] default = ["full"] default-crypto = ["aes", "cmac"] full = ["with-to-string", "with-downlink", "default-crypto"] with-downlink = [] with-to-string = []