mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-24 07:16:42 +00:00
092c119cdc
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.4. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.4) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
605 B
TOML
25 lines
605 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.10.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 = "2.0"
|
|
serde = { version = "1.0", features = ["derive"], optional = true }
|
|
|
|
[dev-dependencies]
|
|
lrwn = { path = "../lrwn" }
|
|
|
|
[features]
|
|
default = []
|
|
serde = ["dep:serde"]
|