rustkernel-risk 0.4.0

RustKernels Risk domain kernels
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"
rust-version = "1.85"
name = "rustkernel-risk"
version = "0.4.0"
authors = ["Michael Ivertowski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RustKernels Risk domain kernels"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/mivertowski/RustKernels"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.inventory]
version = "0.3"

[dependencies.ringkernel-core]
version = "0.4.2"

[dependencies.ringkernel-derive]
version = "0.4.2"

[dependencies.rkyv]
version = "0.7"
features = [
    "validation",
    "strict",
]

[dependencies.rustkernel-core]
version = "0.4.0"

[dependencies.rustkernel-derive]
version = "0.4.0"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "full",
    "test-util",
    "macros",
]