rustkernels 0.4.0

GPU-accelerated kernel library for financial services, analytics, and compliance workloads
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 = "rustkernels"
version = "0.4.0"
authors = ["Michael Ivertowski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-accelerated kernel library for financial services, analytics, and compliance workloads"
readme = "README.md"
keywords = [
    "gpu",
    "kernels",
    "cuda",
    "compute",
    "finance",
]
categories = [
    "science",
    "mathematics",
    "finance",
]
license = "Apache-2.0"
repository = "https://github.com/mivertowski/RustKernels"
resolver = "2"

[features]
accounting = ["dep:rustkernel-accounting"]
audit = ["dep:rustkernel-audit"]
banking = ["dep:rustkernel-banking"]
behavioral = ["dep:rustkernel-behavioral"]
clearing = ["dep:rustkernel-clearing"]
compliance = ["dep:rustkernel-compliance"]
default = [
    "graph",
    "ml",
    "compliance",
    "temporal",
    "risk",
]
full = [
    "graph",
    "ml",
    "compliance",
    "temporal",
    "risk",
    "banking",
    "behavioral",
    "orderbook",
    "procint",
    "clearing",
    "treasury",
    "accounting",
    "payments",
    "audit",
]
graph = ["dep:rustkernel-graph"]
ml = ["dep:rustkernel-ml"]
orderbook = ["dep:rustkernel-orderbook"]
payments = ["dep:rustkernel-payments"]
procint = ["dep:rustkernel-procint"]
risk = ["dep:rustkernel-risk"]
temporal = ["dep:rustkernel-temporal"]
treasury = ["dep:rustkernel-treasury"]

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

[[example]]
name = "catalog"
path = "examples/catalog.rs"

[[example]]
name = "licensing"
path = "examples/licensing.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[bench]]
name = "kernels"
path = "benches/kernels.rs"
harness = false
required-features = [
    "graph",
    "ml",
    "compliance",
    "risk",
    "temporal",
]

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

[dependencies.ringkernel]
version = "0.4.2"

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

[dependencies.rustkernel-accounting]
version = "0.4.0"
optional = true

[dependencies.rustkernel-audit]
version = "0.4.0"
optional = true

[dependencies.rustkernel-banking]
version = "0.4.0"
optional = true

[dependencies.rustkernel-behavioral]
version = "0.4.0"
optional = true

[dependencies.rustkernel-clearing]
version = "0.4.0"
optional = true

[dependencies.rustkernel-compliance]
version = "0.4.0"
optional = true

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

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

[dependencies.rustkernel-graph]
version = "0.4.0"
optional = true

[dependencies.rustkernel-ml]
version = "0.4.0"
optional = true

[dependencies.rustkernel-orderbook]
version = "0.4.0"
optional = true

[dependencies.rustkernel-payments]
version = "0.4.0"
optional = true

[dependencies.rustkernel-procint]
version = "0.4.0"
optional = true

[dependencies.rustkernel-risk]
version = "0.4.0"
optional = true

[dependencies.rustkernel-temporal]
version = "0.4.0"
optional = true

[dependencies.rustkernel-treasury]
version = "0.4.0"
optional = true

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

[dependencies.tracing]
version = "0.1"

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

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