# 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" rust-version = "1.74.1" name = "tee-hee" version = "0.5.3" authors = ["Zwelf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Replay, index and detect bugs in DDNet Teehistorian files" readme = "README.md" keywords = [ "ddnet", "twgame", "teehistorian", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://gitlab.com/ddnet-rs/twgame" [[bin]] name = "tee-hee" path = "src/main.rs" [dependencies.app_dirs2] version = "2.5.5" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.20" features = [ "derive", "cargo", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.env_logger] version = "0.11.5" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.4.1" [dependencies.log] version = "0.4.22" [dependencies.num_cpus] version = "1.16.0" [dependencies.num_enum] version = "0.7.1" [dependencies.rayon] version = "1.10.0" [dependencies.reqwest] version = "0.11.0" features = ["blocking"] [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.sha2] version = "0.10.8" [dependencies.teehistorian-replayer] version = "0.9.0" [dependencies.twgame] version = "0.9.0" [dependencies.twmap] version = "0.12.4" [dependencies.uuid] version = "1.8.0" [dependencies.walkdir] version = "2.5.0" [dependencies.xz2] version = "0.1.7" [dependencies.zstd] version = "0.13.2"