idem-handler-config 0.1.0

Common configuration options for idem-handlers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "idem-handler-config"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
authors = [" Kalev Gonvick kalev.gonvick@idemio.dev"]
description = "Common configuration options for idem-handlers."

[dependencies]
serde_json = "1.0.140"
serde = { version = "1.0.219", features = ["derive"] }
dashmap = "7.0.0-rc2"
once_cell = "1.21.1"