[package]
edition = "2024"
rust-version = "1.85"
name = "tickwise-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool for Tickwise: compare, diff, and inspect deterministic simulation recordings"
readme = "README.md"
keywords = [
"determinism",
"replay",
"desync",
"gamedev",
"debugging",
]
categories = [
"game-development",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/cosgunhalil/Tickwise"
[lib]
name = "tickwise_cli"
path = "src/lib.rs"
[[bin]]
name = "tickwise"
path = "src/main.rs"
[[test]]
name = "inspect_command"
path = "tests/inspect_command.rs"
[dependencies.tickwise]
version = "0.1.0"