mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
25 lines
577 B
TOML
25 lines
577 B
TOML
[package]
|
|
name = "lrwn_filters"
|
|
description = "Library for filtering LoRaWAN payloads on DevAddr and JoinEUIs prefixes"
|
|
homepage = "https://www.chirpstack.io/"
|
|
license = "MIT"
|
|
version = "4.6.0-test.1"
|
|
authors = ["Orne Brocaar <info@brocaar.com>"]
|
|
edition = "2021"
|
|
repository = "https://github.com/chirpstack/chirpstack"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[dependencies]
|
|
hex = "0.4"
|
|
thiserror = "1.0"
|
|
serde = { version = "1.0", features = ["derive"], optional = true }
|
|
|
|
[dev-dependencies]
|
|
lrwn = { path = "../lrwn" }
|
|
|
|
[features]
|
|
default = []
|
|
serde = ["dep:serde"]
|