# 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 = "2018" name = "lrwn" version = "4.9.0" authors = ["Orne Brocaar "] description = "Library for encoding / decoding LoRaWAN frames." homepage = "https://www.chirpstack.io" license = "MIT" repository = "https://github.com/chirpstack/chirpstack" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.aes] version = "0.8" optional = true [dependencies.anyhow] version = "1.0" [dependencies.cmac] version = "0.7" optional = true [dependencies.diesel] version = "2.2" features = ["postgres_backend"] optional = true [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [features] crypto = [ "dep:cmac", "dep:aes", ] default = [] diesel = [ "dep:diesel", "serde", ] regions = [] serde = ["dep:serde"]