ringkernel-accnet 0.4.0

GPU-accelerated accounting network analytics with real-time visualization
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 = "2021"
name = "ringkernel-accnet"
version = "0.4.0"
authors = ["Michael Ivertowski <mivertowski@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-accelerated accounting network analytics with real-time visualization"
readme = "README.md"
keywords = [
    "gpu",
    "accounting",
    "graph-analytics",
    "fraud-detection",
    "visualization",
]
categories = [
    "visualization",
    "finance",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/mivertowski/RustCompute"

[features]
cuda = [
    "ringkernel-cuda",
    "ringkernel-cuda-codegen",
    "syn",
    "cudarc",
]
default = []

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

[[bin]]
name = "accnet"
path = "src/bin/accnet.rs"

[[bin]]
name = "accnet-benchmark"
path = "src/bin/accnet_benchmark.rs"

[[bench]]
name = "kernel_benchmarks"
path = "benches/kernel_benchmarks.rs"
harness = false

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cudarc]
version = "0.18.2"
features = ["cuda-version-from-build-system"]
optional = true

[dependencies.dashmap]
version = "6.0"

[dependencies.eframe]
version = "0.29"
features = [
    "default_fonts",
    "glow",
    "persistence",
]
default-features = false

[dependencies.egui]
version = "0.29"

[dependencies.egui_plot]
version = "0.29"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.nalgebra]
version = "0.33"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

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

[dependencies.ringkernel-cpu]
version = "0.4.0"

[dependencies.ringkernel-cuda]
version = "0.4.0"
features = ["cuda"]
optional = true

[dependencies.ringkernel-cuda-codegen]
version = "0.4.0"
optional = true

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.statrs]
version = "0.17"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.35"
features = [
    "full",
    "sync",
    "time",
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "serde",
]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.4"