[[bin]]
name = "txmon"
path = "src/bin/txmon.rs"
[[bin]]
name = "txmon-benchmark"
path = "src/bin/benchmark.rs"
[dependencies.bytemuck]
features = ["derive"]
version = "1.24"
[dependencies.cudarc]
features = ["cuda-version-from-build-system"]
optional = true
version = "0.18.2"
[dependencies.iced]
features = ["tokio"]
version = "0.13"
[dependencies.inventory]
version = "0.3"
[dependencies.rand]
features = ["small_rng"]
version = "0.8"
[dependencies.ringkernel]
version = "0.3.0"
[dependencies.ringkernel-core]
version = "0.3.0"
[dependencies.ringkernel-cuda]
optional = true
version = "0.3.0"
[dependencies.ringkernel-cuda-codegen]
optional = true
version = "0.3.0"
[dependencies.syn]
features = ["full", "extra-traits"]
optional = true
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.48"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[features]
cpu = ["ringkernel/cpu"]
cuda = ["ringkernel/cuda", "dep:ringkernel-cuda", "dep:cudarc"]
cuda-codegen = ["cuda", "dep:ringkernel-cuda-codegen", "dep:syn"]
default = ["cpu"]
[lib]
name = "ringkernel_txmon"
path = "src/lib.rs"
[package]
authors = ["Michael Ivertowski <mivertowski@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["simulation", "finance", "visualization"]
description = "GPU-accelerated real-time transaction monitoring showcase for RingKernel"
edition = "2021"
homepage = "https://github.com/mivertowski/RustCompute"
keywords = ["gpu", "monitoring", "fraud-detection", "finance", "ringkernel"]
license = "Apache-2.0"
name = "ringkernel-txmon"
readme = "README.md"
repository = "https://github.com/mivertowski/RustCompute"
rust-version = "1.75"
version = "0.3.1"