xlog-cli 0.5.0

Command-line interface for deterministic and probabilistic XLOG execution
# 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-cli"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for deterministic and probabilistic XLOG execution"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/BrainyBlaze/xlog"

[features]
default = []
host-io = ["xlog-prob/host-io"]

[[bin]]
name = "xlog"
path = "src/main.rs"

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

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

[dependencies.arrow]
version = "53"
features = [
    "ffi",
    "ipc",
    "csv",
    "prettyprint",
]
default-features = false

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.xlog-core]
version = "0.5.0"

[dependencies.xlog-cuda]
version = "0.5.0"

[dependencies.xlog-gpu]
version = "0.5.0"

[dependencies.xlog-logic]
version = "0.5.0"

[dependencies.xlog-prob]
version = "0.5.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.cudarc]
version = "0.19.4"
features = ["cuda-13010"]