[package]
edition = "2021"
name = "xlog-stats"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime statistics and optimizer feedback utilities for XLOG"
homepage = "https://github.com/BrainyBlaze/xlog"
documentation = "https://docs.rs/xlog-stats"
readme = "README.md"
keywords = [
"xlog",
"datalog",
"gpu",
"cuda",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BrainyBlaze/xlog"
[lib]
name = "xlog_stats"
path = "src/lib.rs"
[[bench]]
name = "stats_bench"
path = "benches/stats_bench.rs"
harness = false
[dependencies.xlog-core]
version = "0.9.2"
[dev-dependencies.criterion]
version = "0.5"