idem-handler-config 0.1.0

Common configuration options for idem-handlers.
Documentation
# 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 = "2024"
name = "idem-handler-config"
version = "0.1.0"
authors = [" Kalev Gonvick kalev.gonvick@idemio.dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common configuration options for idem-handlers."
readme = false
license = "Apache-2.0"
resolver = "2"

[lib]
name = "idem_handler_config"
path = "src/lib.rs"

[dependencies.dashmap]
version = "7.0.0-rc2"

[dependencies.once_cell]
version = "1.21.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"