# 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-parser" version = "0.4.2" authors = ["Pavel Perestoronin "] description = "World of Tanks Blitz replay parser" readme = "README.md" keywords = [ "world-of-tanks-blitz", "replay", "parser", "wargaming", "results", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/eigenein/wotbreplay-parser" [[bench]] name = "data" harness = false [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.4.0" [dependencies.prost] version = "0.11.3" [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.serde-pickle] version = "1.1.1" [dependencies.serde_bytes] version = "0.11.7" [dependencies.serde_json] version = "1.0.96" optional = true [dependencies.serde_repr] version = "0.1.12" [dependencies.serde_with] version = "2.3.3" features = ["hex"] [dependencies.thiserror] version = "1.0.37" [dependencies.zip] version = "0.6.3" features = ["deflate"] default-features = false [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.criterion] version = "0.4.0" [features] default = [] meta = ["dep:serde_json"] raw-payload = []