# 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 = "wotbreplay-inspector" version = "0.1.2" authors = ["Pavel Perestoronin "] description = "World of Tanks Blitz replay inspector" readme = "README.md" keywords = [ "world-of-tanks-blitz", "replay", "parser", "wargaming", "results", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/eigenein/wotbreplay-inspector" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.prost] version = "0.11.3" default-features = false [dependencies.serde] version = "1.0.149" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.89" [dependencies.wotbreplay-parser] version = "0.4.2" features = ["raw-payload"] [features] default = []