# 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 = "cayenne_lpp" version = "0.2.0" authors = ["octoate"] build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust crate that implements the Cayenne Low Power Payload (LPP) format" readme = "README.md" keywords = [ "no-std", "cayenne", "lpp", "lpwan", "lorawan", ] license = "MIT" repository = "https://github.com/Octoate/CayenneLPP-rs" [lib] name = "cayenne_lpp" path = "src/lib.rs" [dependencies]