[package] name = "tee-hee" version = "0.5.3" authors = ["Zwelf "] edition = "2021" rust-version = "1.74.1" description = "Replay, index and detect bugs in DDNet Teehistorian files" readme = "README.md" repository = "https://gitlab.com/ddnet-rs/twgame" license = "AGPL-3.0-only" keywords = ["ddnet", "twgame", "teehistorian"] categories = ["command-line-utilities"] [dependencies] twmap = { workspace = true } twgame = { workspace = true } teehistorian-replayer = { workspace = true } clap = { version = "4.5.20", features = ["derive", "cargo", "wrap_help"] } clap-verbosity-flag = "2.2.2" log = "0.4.22" env_logger = "0.11.5" rayon = "1.10.0" num_cpus = "1.16.0" sha2 = "0.10.8" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" walkdir = "2.5.0" rusqlite = { version = "0.31.0", features = ["bundled"] } app_dirs2 = "2.5.5" uuid = "1.8.0" hex = "0.4.3" hex-literal = "0.4.1" chrono = "0.4.37" num_enum = "0.7.1" reqwest = { version = "0.11.0", features = ["blocking"] } xz2 = "0.1.7" zstd = "0.13.2"