# 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 = "wot_datfile_parser" version = "0.4.2" authors = ["dacite "] exclude = [ "input_files", "example_outputs", ] description = "A parser for `.dat` files generated by the game World of Tanks" readme = "./README.md" license = "MIT" repository = "https://github.com/dacite/wot-battle-results-parser" resolver = "1" [lib] name = "wot_datfile_parser" path = "src/lib/lib.rs" [[bin]] name = "wot_datfile_parser_dev" path = "src/dev.rs" [[bench]] name = "benchmark" harness = false [dependencies.byteorder] version = "1.4.3" [dependencies.crc] version = "2.1.0" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.5" [dependencies.miniz_oxide] version = "0.6.2" [dependencies.nom] version = "7.1.1" features = ["alloc"] [dependencies.num-bigint] version = "0.4.3" features = ["serde"] [dependencies.serde] version = "1.0.135" features = ["derive"] [dependencies.serde-pickle] version = "1.1.0" [dependencies.serde_json] version = "1.0.74" [dependencies.serde_with] version = "1.12.0" features = ["hex"] [dependencies.thiserror] version = "1.0.30" [dependencies.utils] version = "0.2.0" package = "wot-battle-results-parser-utils" [dependencies.wot_types] version = "0.1.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.walkdir] version = "2"