[package]
edition = "2021"
name = "xlog-runtime"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime executor and relation store for XLOG"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/BrainyBlaze/xlog"
[lib]
name = "xlog_runtime"
path = "src/lib.rs"
[[test]]
name = "statistics_tests"
path = "tests/statistics_tests.rs"
[dependencies.cudarc]
version = "0.19.4"
features = ["cuda-13010"]
[dependencies.xlog-core]
version = "0.5.0"
[dependencies.xlog-cuda]
version = "0.5.0"
[dependencies.xlog-ir]
version = "0.5.0"
[dependencies.xlog-stats]
version = "0.5.0"
[dev-dependencies.bytemuck]
version = "1.14"