xlog-runtime 0.5.0

Runtime executor and relation store for XLOG
# 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 = "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"